Html Css Color HEX #AB11CE Dark Violet

📋 copy color: '#AB11CE'

red 171 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #AB11CE

Tints of Dark Violet #AB11CE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.31%

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

R = 43.4%
G = 4.31%
B = 52.28%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB11CE (or 0xAB11CE) is known color: Dark Violet. HEX triplet: AB, 11 and CE. RGB value is (171,17,206). Sum of RGB (Red+Green+Blue) = 171+17+206=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11CE is #54EE31. Grayscale: #535353. Windows color (decimal): -5566002 or 13504939. OLE color: 13504939.

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

Color convert

RGB 171 17 206 -
CMYK 0.17 0.92 0 0.19
HSL 288.89º 0.85% 0.44% -
HSV(B) 288.89º 0.92% 0.81% -
XYZ 28.14 13.52 59.52 -
YUV 84.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 171 17 206 0.17 0.92 0 0.19 288.89 0.85 0.44
Hex AB 11 CE 11 5C 0 13 121 55 2C
Octal 253 21 316 21 134 0 23 441 125 54
Binary 10101011 10001 11001110 10001 1011100 0 10011 100100001 1010101 101100

Color Harmonies of #AB11CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11CE

Black with #AB11CE

Text Example


Text Example

White with #AB11CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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