#AB44A7

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

Shades of Violet Blue #AB44A7

Tints of Violet Blue #AB44A7

Color information

#AB44A7 (or 0xAB44A7) is unknown color: approx Violet Blue. HEX triplet: AB, 44 and A7. RGB value is (171,68,167). Sum of RGB (Red+Green+Blue) = 171+68+167=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB44A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44A7 is #54BB58. Grayscale: #6D6D6D. Windows color (decimal): -5552985 or 10962091. OLE color: 10962091.

HSL color Cylindrical-coordinate representation of color #AB44A7: hue angle of 302.33º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB44A7 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17168167-
CMYK00.600.020.33
HSL302.33º43.1%46.86%-
HSV(B)302.33º60.23%67.06%-
XYZ25.8415.5838.21-
YUV110.08160.12171.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=42.12%
G=16.75%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716816700.600.020.33302.3343.146.86
HexAB44A703C22112e2b2f
Octal2531042470742414565357
Binary10101011100010010100111011110010100001100101110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44A7; }

 p { color: rgb(171,68,167); }

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

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

 a { background-color: rgb(171,68,167); }

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

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

 span { border-color: rgb(171,68,167); }

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