#AB4BAA

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

Shades of Violet Blue #AB4BAA

Tints of Violet Blue #AB4BAA

Color information

#AB4BAA (or 0xAB4BAA) is unknown color: approx Violet Blue. HEX triplet: AB, 4B and AA. RGB value is (171,75,170). Sum of RGB (Red+Green+Blue) = 171+75+170=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4BAA is #54B455. Grayscale: #727272. Windows color (decimal): -5551190 or 11160491. OLE color: 11160491.

HSL color Cylindrical-coordinate representation of color #AB4BAA: hue angle of 300.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4BAA is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17175170-
CMYK00.560.010.33
HSL300.62º39.02%48.24%-
HSV(B)300.62º56.14%67.06%-
XYZ26.5716.5939.83-
YUV114.53159.3168.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 75 (29.69% from 255) = 18.03%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=41.11%
G=18.03%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717517000.560.010.33300.6239.0248.24
HexAB4BAA03812112d2730
Octal2531132520701414554760
Binary1010101110010111010101001110001100001100101101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BAA; }

 p { color: rgb(171,75,170); }

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

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

 a { background-color: rgb(171,75,170); }

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

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

 span { border-color: rgb(171,75,170); }

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