Html Css Color HEX #AB0CCC Dark Violet

📋 copy color: '#AB0CCC'

red 171 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #AB0CCC

Tints of Dark Violet #AB0CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.1%

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

R = 44.19%
G = 3.1%
B = 52.71%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB0CCC (or 0xAB0CCC) is known color: Dark Violet. HEX triplet: AB, 0C and CC. RGB value is (171,12,204). Sum of RGB (Red+Green+Blue) = 171+12+204=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB0CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CCC is #54F333. Grayscale: #505050. Windows color (decimal): -5567284 or 13372587. OLE color: 13372587.

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

Color convert

RGB 171 12 204 -
CMYK 0.16 0.94 0 0.2
HSL 289.69º 0.89% 0.42% -
HSV(B) 289.69º 0.94% 0.8% -
XYZ 27.83 13.28 58.22 -
YUV 81.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 171 12 204 0.16 0.94 0 0.2 289.69 0.89 0.42
Hex AB C CC 10 5E 0 14 122 59 2A
Octal 253 14 314 20 136 0 24 442 131 52
Binary 10101011 1100 11001100 10000 1011110 0 10100 100100010 1011001 101010

Color Harmonies of #AB0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CCC

Black with #AB0CCC

Text Example


Text Example

White with #AB0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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