Html Css Color HEX #AB0CCE Dark Violet

📋 copy color: '#AB0CCE'

red 171 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #AB0CCE

Tints of Dark Violet #AB0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 43.96%
G = 3.08%
B = 52.96%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB0CCE (or 0xAB0CCE) is known color: Dark Violet. HEX triplet: AB, 0C and CE. RGB value is (171,12,206). Sum of RGB (Red+Green+Blue) = 171+12+206=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB0CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CCE is #54F331. Grayscale: #515151. Windows color (decimal): -5567282 or 13503659. OLE color: 13503659.

HSL color Cylindrical-coordinate representation of color #AB0CCE: hue angle of 289.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CCE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 12 206 -
CMYK 0.17 0.94 0 0.19
HSL 289.18º 0.89% 0.43% -
HSV(B) 289.18º 0.94% 0.81% -
XYZ 28.07 13.38 59.5 -
YUV 81.66 198.18 191.73 -
System Red Green Blue C M Y K H S L
Decimal 171 12 206 0.17 0.94 0 0.19 289.18 0.89 0.43
Hex AB C CE 11 5E 0 13 121 59 2B
Octal 253 14 316 21 136 0 23 441 131 53
Binary 10101011 1100 11001110 10001 1011110 0 10011 100100001 1011001 101011

Color Harmonies of #AB0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CCE

Black with #AB0CCE

Text Example


Text Example

White with #AB0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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