#ab11cc

Color #AB11CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AB11CC

Tints of Dark Violet #AB11CC

Color information

#AB11CC (or 0xAB11CC) is unknown color: approx Dark Violet. HEX triplet: AB, 11 and CC. RGB value is (171,17,204). Sum of RGB (Red+Green+Blue) = 171+17+204=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11CC is #54EE33. Grayscale: #535353. Windows color (decimal): -5566004 or 13373867. OLE color: 13373867.

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

Color convert

RGB17117204-
CMYK0.160.9200.2
HSL289.41º84.62%43.33%-
HSV(B)289.41º91.67%80%-
XYZ27.8913.4258.25-
YUV84.36195.52189.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 17 (7.03% from 255) = 4.34%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=43.62%
G=4.34%
B=52.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171172040.160.9200.2289.4184.6243.33
HexAB11CC105C014121552b
Octal253213142013402444112553
Binary1010101110001110011001000010111000101001001000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab11cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab11cc; }

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

 H1.HeaderClassName
 {
   color: #ab11cc;
 }
 .AnyTagClassName
 {
   color: #ab11cc;
 }
</style>
background-color css

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

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

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

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

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

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