#AB449A

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

Shades of Violet Blue #AB449A

Tints of Violet Blue #AB449A

Color information

#AB449A (or 0xAB449A) is unknown color: approx Violet Blue. HEX triplet: AB, 44 and 9A. RGB value is (171,68,154). Sum of RGB (Red+Green+Blue) = 171+68+154=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB449A is #54BB65. Grayscale: #6C6C6C. Windows color (decimal): -5552998 or 10110123. OLE color: 10110123.

HSL color Cylindrical-coordinate representation of color #AB449A: hue angle of 309.9º 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 #AB449A is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17168154-
CMYK00.600.100.33
HSL309.9º43.1%46.86%-
HSV(B)309.9º60.23%67.06%-
XYZ24.6915.1332.19-
YUV108.6153.62172.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=43.51%
G=17.30%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716815400.600.100.33309.943.146.86
HexAB449A03CA211362b2f
Octal25310423207412414665357
Binary1010101110001001001101001111001010100001100110110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB449A; }

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

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

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

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

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

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

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

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