#AB72AA

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

Shades of Violet Blue #AB72AA

Tints of Violet Blue #AB72AA

Color information

#AB72AA (or 0xAB72AA) is unknown color: approx Violet Blue. HEX triplet: AB, 72 and AA. RGB value is (171,114,170). Sum of RGB (Red+Green+Blue) = 171+114+170=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72AA is #548D55. Grayscale: #898989. Windows color (decimal): -5541206 or 11170475. OLE color: 11170475.

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

Color convert

RGB171114170-
CMYK00.330.010.33
HSL301.05º25.33%55.88%-
HSV(B)301.05º33.33%67.06%-
XYZ30.0723.5941-
YUV137.43146.38151.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=37.58%
G=25.05%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111417000.330.010.33301.0525.3355.88
HexAB72AA02112112d1938
Octal2531622520411414553170
Binary101010111110010101010100100001110000110010110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72AA; }

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

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

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

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

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

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

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

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