#AB72AD

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

Shades of Violet Blue #AB72AD

Tints of Violet Blue #AB72AD

Color information

#AB72AD (or 0xAB72AD) is unknown color: approx Violet Blue. HEX triplet: AB, 72 and AD. RGB value is (171,114,173). Sum of RGB (Red+Green+Blue) = 171+114+173=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB72AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72AD is #548D52. Grayscale: #898989. Windows color (decimal): -5541203 or 11367083. OLE color: 11367083.

HSL color Cylindrical-coordinate representation of color #AB72AD: hue angle of 297.97º degrees, saturation: 0.26, 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 #AB72AD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171114173-
CMYK0.010.3400.32
HSL297.97º26.46%56.27%-
HSV(B)297.97º34.1%67.84%-
XYZ30.3523.7142.51-
YUV137.77147.88151.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=37.34%
G=24.89%
B=37.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711141730.010.3400.32297.9726.4656.27
HexAB72AD12202012a1a38
Octal2531622551420404523270
Binary101010111110010101011011100010010000010010101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72AD; }

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

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

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

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

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

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

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

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