#AB0FC4

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

Shades of Dark Violet #AB0FC4

Tints of Dark Violet #AB0FC4

Color information

#AB0FC4 (or 0xAB0FC4) is unknown color: approx Dark Violet. HEX triplet: AB, 0F and C4. RGB value is (171,15,196). Sum of RGB (Red+Green+Blue) = 171+15+196=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB0FC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FC4 is #54F03B. Grayscale: #515151. Windows color (decimal): -5566524 or 12849067. OLE color: 12849067.

HSL color Cylindrical-coordinate representation of color #AB0FC4: hue angle of 291.71º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0FC4 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17115196-
CMYK0.130.9200.23
HSL291.71º85.78%41.37%-
HSV(B)291.71º92.35%76.86%-
XYZ26.9312.9953.31-
YUV82.28192.18191.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 15 (6.25% from 255) = 3.93%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=44.76%
G=3.93%
B=51.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171151960.130.9200.23291.7185.7841.37
HexABFC4D5C0171245629
Octal253173041513402744412651
Binary10101011111111000100110110111000101111001001001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0FC4; }

 p { color: rgb(171,15,196); }

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

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

 a { background-color: rgb(171,15,196); }

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

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

 span { border-color: rgb(171,15,196); }

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