#AB5AAE

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

Shades of Violet Blue #AB5AAE

Tints of Violet Blue #AB5AAE

Color information

#AB5AAE (or 0xAB5AAE) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and AE. RGB value is (171,90,174). Sum of RGB (Red+Green+Blue) = 171+90+174=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAE is #54A551. Grayscale: #7B7B7B. Windows color (decimal): -5547346 or 11426475. OLE color: 11426475.

HSL color Cylindrical-coordinate representation of color #AB5AAE: hue angle of 297.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5AAE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17190174-
CMYK0.020.4800.32
HSL297.86º34.15%51.76%-
HSV(B)297.86º48.28%68.24%-
XYZ28.0919.0342.24-
YUV123.8156.34161.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 174 (68.36% from 255) = 40%
R=39.31%
G=20.69%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171901740.020.4800.32297.8634.1551.76
HexAB5AAE23002012a2234
Octal2531322562600404524264
Binary10101011101101010101110101100000100000100101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AAE; }

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

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

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

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

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

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

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

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