Html Css Color HEX #A502CC Dark Violet

📋 copy color: '#A502CC'

red 165 ◦ green 2 ◦ blue 204

#A502CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A502CC

Tints of Dark Violet #A502CC

RGB

 RED value IS 165 (64.84% from 255) = 44.47%

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 44.47%
G = 0.54%
B = 54.99%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A502CC (or 0xA502CC) is known color: Dark Violet. HEX triplet: A5, 02 and CC. RGB value is (165,2,204). Sum of RGB (Red+Green+Blue) = 165+2+204=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A502CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502CC is #5AFD33. Grayscale: #494949. Windows color (decimal): -5963060 or 13370021. OLE color: 13370021.

HSL color Cylindrical-coordinate representation of color #A502CC: hue angle of 288.42º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502CC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 2 204 -
CMYK 0.19 0.99 0 0.2
HSL 288.42º 0.98% 0.4% -
HSV(B) 288.42º 0.99% 0.8% -
XYZ 26.44 12.4 58.13 -
YUV 73.77 201.5 193.07 -
System Red Green Blue C M Y K H S L
Decimal 165 2 204 0.19 0.99 0 0.2 288.42 0.98 0.4
Hex A5 2 CC 13 63 0 14 120 62 28
Octal 245 2 314 23 143 0 24 440 142 50
Binary 10100101 10 11001100 10011 1100011 0 10100 100100000 1100010 101000

Color Harmonies of #A502CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502CC

Black with #A502CC

Text Example


Text Example

White with #A502CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502CC; }

 p { color: rgb(165,2,204); }

 H1.HeaderClassName
 {
   color: #A502CC;
 }
 .AnyTagClassName
 {
   color: #A502CC;
 }
</style>

background-color css

<style>
 a { background-color: #A502CC; }

 a { background-color: rgb(165,2,204); }

 div.DivClassName
 {
   background-color: #A502CC;
 }
 .BgClassName
 {
   background-color: #A502CC;
 }
</style>

border-color css

<style>
 span { border-color: #A502CC; }

 span { border-color: rgb(165,2,204); }

 td.TdClassName
 {
   border-color: #A502CC;
 }
 .TagClassName
 {
   border-color: #A502CC;
 }
</style>