Html Css Color HEX #AB01CB Dark Violet

📋 copy color: '#AB01CB'

red 171 ◦ green 1 ◦ blue 203

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

Shades of Dark Violet #AB01CB

Tints of Dark Violet #AB01CB

RGB

 RED value IS 171 (67.19% from 255) = 45.6%

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

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

R = 45.6%
G = 0.27%
B = 54.13%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB01CB (or 0xAB01CB) is known color: Dark Violet. HEX triplet: AB, 01 and CB. RGB value is (171,1,203). Sum of RGB (Red+Green+Blue) = 171+1+203=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 1 (0.78% from 255 or 0.27% 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 #AB01CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01CB is #54FE34. Grayscale: #4A4A4A. Windows color (decimal): -5570101 or 13304235. OLE color: 13304235.

HSL color Cylindrical-coordinate representation of color #AB01CB: hue angle of 290.5º 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 #AB01CB is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 1 203 -
CMYK 0.16 1.00 0 0.20
HSL 290.5º 0.99% 0.4% -
HSV(B) 290.5º 1% 0.8% -
XYZ 27.58 12.99 57.55 -
YUV 74.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 171 1 203 0.16 1.00 0 0.20 290.5 0.99 0.4
Hex AB 1 CB 10 64 0 14 122 63 28
Octal 253 1 313 20 144 0 24 442 143 50
Binary 10101011 1 11001011 10000 1100100 0 10100 100100010 1100011 101000

Color Harmonies of #AB01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01CB

Black with #AB01CB

Text Example


Text Example

White with #AB01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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