#AB72AE

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

Shades of Violet Blue #AB72AE

Tints of Violet Blue #AB72AE

Color information

#AB72AE (or 0xAB72AE) is unknown color: approx Violet Blue. HEX triplet: AB, 72 and AE. RGB value is (171,114,174). Sum of RGB (Red+Green+Blue) = 171+114+174=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72AE is #548D51. Grayscale: #898989. Windows color (decimal): -5541202 or 11432619. OLE color: 11432619.

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

Color convert

RGB171114174-
CMYK0.020.3400.32
HSL297º27.03%56.47%-
HSV(B)297º34.48%68.24%-
XYZ30.4523.7543.02-
YUV137.88148.38151.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=37.25%
G=24.84%
B=37.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711141740.020.3400.3229727.0356.47
HexAB72AE2220201291b38
Octal2531622562420404513370
Binary1010101111100101010111010100010010000010010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72AE; }

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

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

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

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

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

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

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

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