Html Css Color HEX #A602DF Dark Violet

📋 copy color: '#A602DF'

red 166 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #A602DF

Tints of Dark Violet #A602DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 42.46%
G = 0.51%
B = 57.03%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A602DF (or 0xA602DF) is known color: Dark Violet. HEX triplet: A6, 02 and DF. RGB value is (166,2,223). Sum of RGB (Red+Green+Blue) = 166+2+223=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #A602DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602DF is #59FD20. Grayscale: #4B4B4B. Windows color (decimal): -5897505 or 14615206. OLE color: 14615206.

HSL color Cylindrical-coordinate representation of color #A602DF: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A602DF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 2 223 -
CMYK 0.26 0.99 0 0.13
HSL 284.52º 0.98% 0.44% -
HSV(B) 284.52º 0.99% 0.87% -
XYZ 29.07 13.48 70.88 -
YUV 76.23 210.83 192.03 -
System Red Green Blue C M Y K H S L
Decimal 166 2 223 0.26 0.99 0 0.13 284.52 0.98 0.44
Hex A6 2 DF 1A 63 0 D 11D 62 2C
Octal 246 2 337 32 143 0 15 435 142 54
Binary 10100110 10 11011111 11010 1100011 0 1101 100011101 1100010 101100

Color Harmonies of #A602DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602DF

Black with #A602DF

Text Example


Text Example

White with #A602DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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