#AB0ECC

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

Shades of Dark Violet #AB0ECC

Tints of Dark Violet #AB0ECC

Color information

#AB0ECC (or 0xAB0ECC) is unknown color: approx Dark Violet. HEX triplet: AB, 0E and CC. RGB value is (171,14,204). Sum of RGB (Red+Green+Blue) = 171+14+204=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ECC is #54F133. Grayscale: #525252. Windows color (decimal): -5566772 or 13373099. OLE color: 13373099.

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

Color convert

RGB17114204-
CMYK0.160.9300.2
HSL289.58º87.16%42.75%-
HSV(B)289.58º93.14%80%-
XYZ27.8513.3358.23-
YUV82.6196.51191.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 14 (5.86% from 255) = 3.60%
BLUE value IS 204 (80.08% from 255) = 52.44%
R=43.96%
G=3.60%
B=52.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171142040.160.9300.2289.5887.1642.75
HexABECC105D014122572b
Octal253163142013502444212753
Binary101010111110110011001000010111010101001001000101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0ECC; }

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

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

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

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

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

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

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

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