Html Css Color HEX #AB01CC Dark Violet

📋 copy color: '#AB01CC'

red 171 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #AB01CC

Tints of Dark Violet #AB01CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 45.48%
G = 0.27%
B = 54.26%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB01CC (or 0xAB01CC) is known color: Dark Violet. HEX triplet: AB, 01 and CC. RGB value is (171,1,204). Sum of RGB (Red+Green+Blue) = 171+1+204=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB01CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01CC is #54FE33. Grayscale: #4A4A4A. Windows color (decimal): -5570100 or 13369771. OLE color: 13369771.

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

Color convert

RGB 171 1 204 -
CMYK 0.16 1.00 0 0.2
HSL 290.25º 0.99% 0.4% -
HSV(B) 290.25º 1% 0.8% -
XYZ 27.7 13.04 58.18 -
YUV 74.97 200.82 196.49 -
System Red Green Blue C M Y K H S L
Decimal 171 1 204 0.16 1.00 0 0.2 290.25 0.99 0.4
Hex AB 1 CC 10 64 0 14 122 63 28
Octal 253 1 314 20 144 0 24 442 143 50
Binary 10101011 1 11001100 10000 1100100 0 10100 100100010 1100011 101000

Color Harmonies of #AB01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01CC

Black with #AB01CC

Text Example


Text Example

White with #AB01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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