Html Css Color HEX #A602D0 Dark Violet

📋 copy color: '#A602D0'

red 166 ◦ green 2 ◦ blue 208

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

Shades of Dark Violet #A602D0

Tints of Dark Violet #A602D0

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

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

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 44.15%
G = 0.53%
B = 55.32%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A602D0 (or 0xA602D0) is known color: Dark Violet. HEX triplet: A6, 02 and D0. RGB value is (166,2,208). Sum of RGB (Red+Green+Blue) = 166+2+208=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #A602D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602D0 is #59FD2F. Grayscale: #494949. Windows color (decimal): -5897520 or 13632166. OLE color: 13632166.

HSL color Cylindrical-coordinate representation of color #A602D0: hue angle of 287.77º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602D0 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 2 208 -
CMYK 0.20 0.99 0 0.18
HSL 287.77º 0.98% 0.41% -
HSV(B) 287.77º 0.99% 0.82% -
XYZ 27.13 12.7 60.7 -
YUV 74.52 203.33 193.25 -
System Red Green Blue C M Y K H S L
Decimal 166 2 208 0.20 0.99 0 0.18 287.77 0.98 0.41
Hex A6 2 D0 14 63 0 12 120 62 29
Octal 246 2 320 24 143 0 22 440 142 51
Binary 10100110 10 11010000 10100 1100011 0 10010 100100000 1100010 101001

Color Harmonies of #A602D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602D0

Black with #A602D0

Text Example


Text Example

White with #A602D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602D0; }

 p { color: rgb(166,2,208); }

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

background-color css

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

 a { background-color: rgb(166,2,208); }

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

border-color css

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

 span { border-color: rgb(166,2,208); }

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