#AB51AA

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

Shades of Violet Blue #AB51AA

Tints of Violet Blue #AB51AA

Color information

#AB51AA (or 0xAB51AA) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and AA. RGB value is (171,81,170). Sum of RGB (Red+Green+Blue) = 171+81+170=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51AA is #54AE55. Grayscale: #757575. Windows color (decimal): -5549654 or 11162027. OLE color: 11162027.

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

Color convert

RGB17181170-
CMYK00.530.010.33
HSL300.67º35.71%49.41%-
HSV(B)300.67º52.63%67.06%-
XYZ26.9917.4539.97-
YUV118.06157.32165.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=40.52%
G=19.19%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718117000.530.010.33300.6735.7149.41
HexAB51AA03512112d2431
Octal2531212520651414554461
Binary1010101110100011010101001101011100001100101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB51AA; }

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

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

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

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

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

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

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

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