Html Css Color HEX #A606CB Dark Violet

📋 copy color: '#A606CB'

red 166 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #A606CB

Tints of Dark Violet #A606CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 44.27%
G = 1.6%
B = 54.13%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A606CB (or 0xA606CB) is known color: Dark Violet. HEX triplet: A6, 06 and CB. RGB value is (166,6,203). Sum of RGB (Red+Green+Blue) = 166+6+203=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A606CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606CB is #59F934. Grayscale: #4B4B4B. Windows color (decimal): -5896501 or 13305510. OLE color: 13305510.

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

Color convert

RGB 166 6 203 -
CMYK 0.18 0.97 0 0.20
HSL 288.73º 0.94% 0.41% -
HSV(B) 288.73º 0.97% 0.8% -
XYZ 26.57 12.55 57.52 -
YUV 76.3 199.51 191.98 -
System Red Green Blue C M Y K H S L
Decimal 166 6 203 0.18 0.97 0 0.20 288.73 0.94 0.41
Hex A6 6 CB 12 61 0 14 121 5E 29
Octal 246 6 313 22 141 0 24 441 136 51
Binary 10100110 110 11001011 10010 1100001 0 10100 100100001 1011110 101001

Color Harmonies of #A606CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606CB

Black with #A606CB

Text Example


Text Example

White with #A606CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606CB; }

 p { color: rgb(166,6,203); }

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

background-color css

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

 a { background-color: rgb(166,6,203); }

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

border-color css

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

 span { border-color: rgb(166,6,203); }

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