COLOR #A52CCF

HEX: #A52CCF RGB: (165,44,207)

Color info

#A52CCF contains mainly red and blue colors. Web safe color of #A52CCF is #9933CC (or #93C).

RGB color model

#A52CCF color RGB value is (165,44,207).

RGB: (165,44,207) (65%, 17%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 44 of 255 = 17%
B 207 of 255 = 81%

165
44
207

R + G + B ~ 54%. #A52CCF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 44 + 207 = 416 (100%)
R 165 of 416 ~ 39.66%
G 44 of 416 ~ 10.58%
B 207 of 416 ~ 49.76'%

%39.66
%10.58
%49.76

CMYK color model

#A52CCF color CMYK value is (20,79,0,19).

  • cyan value is 20.29%
  • magenta value is 78.74%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (20,79,0,19)
C20M79Y0K19 (20%, 79%, 0%, 19%)
(0.20 / 0.79 / 0.00 / 0.19)

CMYK percentages

%20.29
%78.74
%0
%18.82

Codes

Color #A52CCF in popluar color models

A5 2C CF
RGB 165 44 207
HSL 285° 64.94% 49.22%
HSB/HSV 285° 78.74% 81.18%
CMYK 20.29% 78.74% 0.00%
18.82%

Color #A52CCF in popluar number systems.

HEX A5 2C CF
Decimal 165 44 207
Binary 10100101 101100 11001111
Octal 245 54 317

Shades and tints

Shades of #A52CCF

#A52CCF
(165,44,207)
#9628BD
(150,40,189)
#8724AB
(135,36,171)
#782099
(120,32,153)
#691C87
(105,28,135)
#5A1875
(90,24,117)
#4B1463
(75,20,99)
#3C1051
(60,16,81)
#2D0C3F
(45,12,63)
#1E082D
(30,8,45)
#0F041B
(15,4,27)
#000000
(0,0,0)

Tints of #A52CCF

#A52CCF
(165,44,207)
#AD3FD3
(173,63,211)
#B552D7
(181,82,215)
#BD65DB
(189,101,219)
#C578DF
(197,120,223)
#CD8BE3
(205,139,227)
#D59EE7
(213,158,231)
#DDB1EB
(221,177,235)
#E5C4EF
(229,196,239)
#EDD7F3
(237,215,243)
#F5EAF7
(245,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52CCF color. Also use rgb(165,44,207) instead hex code.

Text Font Color

.myTextColor { color: #A52CCF; }

<p style="color:#A52CCF">This sample text font color is #A52CCF.</p>

This text font color is #A52CCF.

Background Color

.myBgColor { background-color: #A52CCF; }

<div style="background-color:#A52CCF">Inner text</div>

This div background color is #A52CCF.

Border color

.myBorderColor { border: 1px solid #A52CCF; }

<div style="border:3px solid #A52CCF">Div</div>

This div border color is #A52CCF.

Opacity

.myOpacity80 { color: #A52CCF; opacity: 0.8; }

<p style="color:#A52CCF;opacity:0.8;">80%</p>

Text with #A52CCF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A52CCF;}

<p style="text-shadow: 3px 3px 1px #A52CCF">Text here.</p>

This text has shadow with #A52CCF color.


.textShadow {text-shadow: 3px 3px 1px #A52CCF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A52CCF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A52CCF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A52CCF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A52CCF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A52CCF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A52CCF;
-webkit-box-shadow: 1px 1px 3px 2px #A52CCF;
box-shadow: 1px 1px 3px 2px #A52CCF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A52CCF; -webkit-box-shadow: 1px 1px 3px 2px #A52CCF; box-shadow:1px 1px 3px 2px #A52CCF;">
Div content here
</div>

This div box has shadow with color #A52CCF.

Preview

Color preview on black background

This text has color #A52CCF on black background.


Color preview on white background

This text has color #A52CCF on white background.


Black color preview on #A52CCF background

This text has black color on #A52CCF background.


White color preview on #A52CCF background

This text has white color on #A52CCF background.


Related colors

Complementary color

Complementary color for #hex is #5AD330.


I love getcolorcode.com

Triadic colors

1 #CFA52C and #2CCFA5 with #A52CCF are triadic colors.

2 #CF2CA5 and #2CA5CF with #A52CCF are triadic colors.