#AB54AA

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

Shades of Violet Blue #AB54AA

Tints of Violet Blue #AB54AA

Color information

#AB54AA (or 0xAB54AA) is unknown color: approx Violet Blue. HEX triplet: AB, 54 and AA. RGB value is (171,84,170). Sum of RGB (Red+Green+Blue) = 171+84+170=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB54AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB54AA is #54AB55. Grayscale: #777777. Windows color (decimal): -5548886 or 11162795. OLE color: 11162795.

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

Color convert

RGB17184170-
CMYK00.510.010.33
HSL300.69º34.12%50%-
HSV(B)300.69º50.88%67.06%-
XYZ27.2217.940.05-
YUV119.82156.32164.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 170 (66.80% from 255) = 40%
R=40.24%
G=19.76%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718417000.510.010.33300.6934.1250
HexAB54AA03312112d2232
Octal2531242520631414554262
Binary1010101110101001010101001100111100001100101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54AA; }

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

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

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

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

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

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

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

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