Html Css Color HEX #AB16CE Dark Violet

📋 copy color: '#AB16CE'

red 171 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #AB16CE

Tints of Dark Violet #AB16CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

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

R = 42.86%
G = 5.51%
B = 51.63%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB16CE (or 0xAB16CE) is known color: Dark Violet. HEX triplet: AB, 16 and CE. RGB value is (171,22,206). Sum of RGB (Red+Green+Blue) = 171+22+206=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB16CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16CE is #54E931. Grayscale: #565656. Windows color (decimal): -5564722 or 13506219. OLE color: 13506219.

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

Color convert

RGB 171 22 206 -
CMYK 0.17 0.89 0 0.19
HSL 288.59º 0.81% 0.45% -
HSV(B) 288.59º 0.89% 0.81% -
XYZ 28.22 13.69 59.55 -
YUV 87.53 194.86 187.54 -
System Red Green Blue C M Y K H S L
Decimal 171 22 206 0.17 0.89 0 0.19 288.59 0.81 0.45
Hex AB 16 CE 11 59 0 13 121 51 2D
Octal 253 26 316 21 131 0 23 441 121 55
Binary 10101011 10110 11001110 10001 1011001 0 10011 100100001 1010001 101101

Color Harmonies of #AB16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16CE

Black with #AB16CE

Text Example


Text Example

White with #AB16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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