Html Css Color HEX #AB00CC Dark Violet

📋 copy color: '#AB00CC'

red 171 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #AB00CC

Tints of Dark Violet #AB00CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.6%
G = 0%
B = 54.4%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB00CC (or 0xAB00CC) is known color: Dark Violet. HEX triplet: AB, 00 and CC. RGB value is (171,0,204). Sum of RGB (Red+Green+Blue) = 171+0+204=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00CC is #54FF33. Grayscale: #494949. Windows color (decimal): -5570356 or 13369515. OLE color: 13369515.

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

Color convert

RGB 171 0 204 -
CMYK 0.16 1 0 0.2
HSL 290.29º 1% 0.4% -
HSV(B) 290.29º 1% 0.8% -
XYZ 27.69 13.02 58.18 -
YUV 74.39 201.15 196.91 -
System Red Green Blue C M Y K H S L
Decimal 171 0 204 0.16 1 0 0.2 290.29 1 0.4
Hex AB 0 CC 10 64 0 14 122 64 28
Octal 253 0 314 20 144 0 24 442 144 50
Binary 10101011 0 11001100 10000 1100100 0 10100 100100010 1100100 101000

Color Harmonies of #AB00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00CC

Black with #AB00CC

Text Example


Text Example

White with #AB00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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