Html Css Color HEX #A602DD Dark Violet

📋 copy color: '#A602DD'

red 166 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #A602DD

Tints of Dark Violet #A602DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 42.67%
G = 0.51%
B = 56.81%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A602DD (or 0xA602DD) is known color: Dark Violet. HEX triplet: A6, 02 and DD. RGB value is (166,2,221). Sum of RGB (Red+Green+Blue) = 166+2+221=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #A602DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602DD is #59FD22. Grayscale: #4B4B4B. Windows color (decimal): -5897507 or 14484134. OLE color: 14484134.

HSL color Cylindrical-coordinate representation of color #A602DD: hue angle of 284.93º 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 #A602DD is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 2 221 -
CMYK 0.25 0.99 0 0.13
HSL 284.93º 0.98% 0.44% -
HSV(B) 284.93º 0.99% 0.87% -
XYZ 28.8 13.37 69.47 -
YUV 76 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 166 2 221 0.25 0.99 0 0.13 284.93 0.98 0.44
Hex A6 2 DD 19 63 0 D 11D 62 2C
Octal 246 2 335 31 143 0 15 435 142 54
Binary 10100110 10 11011101 11001 1100011 0 1101 100011101 1100010 101100

Color Harmonies of #A602DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602DD

Black with #A602DD

Text Example


Text Example

White with #A602DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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