#AB5AAB

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

Shades of Violet Blue #AB5AAB

Tints of Violet Blue #AB5AAB

Color information

#AB5AAB (or 0xAB5AAB) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and AB. RGB value is (171,90,171). Sum of RGB (Red+Green+Blue) = 171+90+171=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAB is #54A554. Grayscale: #7B7B7B. Windows color (decimal): -5547349 or 11229867. OLE color: 11229867.

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

Color convert

RGB17190171-
CMYK00.4700.33
HSL300º32.53%51.18%-
HSV(B)300º47.37%67.06%-
XYZ27.818.9140.71-
YUV123.45154.84161.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=39.58%
G=20.83%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719017100.4700.3330032.5351.18
HexAB5AAB02F02112c2133
Octal2531322530570414544163
Binary1010101110110101010101101011110100001100101100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AAB; }

 p { color: rgb(171,90,171); }

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

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

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

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

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

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

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