#AB4796

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

Shades of Violet Blue #AB4796

Tints of Violet Blue #AB4796

Color information

#AB4796 (or 0xAB4796) is unknown color: approx Violet Blue. HEX triplet: AB, 47 and 96. RGB value is (171,71,150). Sum of RGB (Red+Green+Blue) = 171+71+150=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4796 is #54B869. Grayscale: #6D6D6D. Windows color (decimal): -5552234 or 9848747. OLE color: 9848747.

HSL color Cylindrical-coordinate representation of color #AB4796: hue angle of 312.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4796 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17171150-
CMYK00.580.120.33
HSL312.6º41.32%47.45%-
HSV(B)312.6º58.48%67.06%-
XYZ24.5515.3730.53-
YUV109.91150.63171.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=43.62%
G=18.11%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717115000.580.120.33312.641.3247.45
HexAB479603AC21139292f
Octal25310722607214414715157
Binary1010101110001111001011001110101100100001100111001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4796; }

 p { color: rgb(171,71,150); }

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

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

 a { background-color: rgb(171,71,150); }

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

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

 span { border-color: rgb(171,71,150); }

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