Html Css Color HEX #A601CB Dark Violet

📋 copy color: '#A601CB'

red 166 ◦ green 1 ◦ blue 203

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

Shades of Dark Violet #A601CB

Tints of Dark Violet #A601CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 44.86%
G = 0.27%
B = 54.86%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A601CB (or 0xA601CB) is known color: Dark Violet. HEX triplet: A6, 01 and CB. RGB value is (166,1,203). Sum of RGB (Red+Green+Blue) = 166+1+203=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #A601CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601CB is #59FE34. Grayscale: #484848. Windows color (decimal): -5897781 or 13304230. OLE color: 13304230.

HSL color Cylindrical-coordinate representation of color #A601CB: hue angle of 289.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601CB is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 1 203 -
CMYK 0.18 1.00 0 0.20
HSL 289.01º 0.99% 0.4% -
HSV(B) 289.01º 1% 0.8% -
XYZ 26.52 12.44 57.5 -
YUV 73.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 166 1 203 0.18 1.00 0 0.20 289.01 0.99 0.4
Hex A6 1 CB 12 64 0 14 121 63 28
Octal 246 1 313 22 144 0 24 441 143 50
Binary 10100110 1 11001011 10010 1100100 0 10100 100100001 1100011 101000

Color Harmonies of #A601CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601CB

Black with #A601CB

Text Example


Text Example

White with #A601CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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