Html Css Color HEX #A602CD Dark Violet

📋 copy color: '#A602CD'

red 166 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #A602CD

Tints of Dark Violet #A602CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 44.5%
G = 0.54%
B = 54.96%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A602CD (or 0xA602CD) is known color: Dark Violet. HEX triplet: A6, 02 and CD. RGB value is (166,2,205). Sum of RGB (Red+Green+Blue) = 166+2+205=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #A602CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A602CD is #59FD32. Grayscale: #494949. Windows color (decimal): -5897523 or 13435558. OLE color: 13435558.

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

Color convert

RGB 166 2 205 -
CMYK 0.19 0.99 0 0.20
HSL 288.47º 0.98% 0.41% -
HSV(B) 288.47º 0.99% 0.8% -
XYZ 26.77 12.56 58.77 -
YUV 74.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 166 2 205 0.19 0.99 0 0.20 288.47 0.98 0.41
Hex A6 2 CD 13 63 0 14 120 62 29
Octal 246 2 315 23 143 0 24 440 142 51
Binary 10100110 10 11001101 10011 1100011 0 10100 100100000 1100010 101001

Color Harmonies of #A602CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A602CD

Black with #A602CD

Text Example


Text Example

White with #A602CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A602CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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