#AB0CCF

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

Shades of Dark Violet #AB0CCF

Tints of Dark Violet #AB0CCF

Color information

#AB0CCF (or 0xAB0CCF) is unknown color: approx Dark Violet. HEX triplet: AB, 0C and CF. RGB value is (171,12,207). Sum of RGB (Red+Green+Blue) = 171+12+207=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB0CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CCF is #54F330. Grayscale: #515151. Windows color (decimal): -5567281 or 13569195. OLE color: 13569195.

HSL color Cylindrical-coordinate representation of color #AB0CCF: hue angle of 288.92º 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 #AB0CCF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17112207-
CMYK0.170.9400.19
HSL288.92º89.04%42.94%-
HSV(B)288.92º94.2%81.18%-
XYZ28.1913.4360.14-
YUV81.77198.68191.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=43.85%
G=3.08%
B=53.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171122070.170.9400.19288.9289.0442.94
HexABCCF115E013121592b
Octal253143172113602344113153
Binary101010111100110011111000110111100100111001000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0CCF; }

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

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

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

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

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

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

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

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