#AB72AC

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

Shades of Violet Blue #AB72AC

Tints of Violet Blue #AB72AC

Color information

#AB72AC (or 0xAB72AC) is unknown color: approx Violet Blue. HEX triplet: AB, 72 and AC. RGB value is (171,114,172). Sum of RGB (Red+Green+Blue) = 171+114+172=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB72AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB72AC is #548D53. Grayscale: #898989. Windows color (decimal): -5541204 or 11301547. OLE color: 11301547.

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

Color convert

RGB171114172-
CMYK0.010.3400.33
HSL298.97º25.89%56.08%-
HSV(B)298.97º33.72%67.45%-
XYZ30.2623.6742-
YUV137.66147.38151.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=37.42%
G=24.95%
B=37.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711141720.010.3400.33298.9725.8956.08
HexAB72AC12202112b1a38
Octal2531622541420414533270
Binary101010111110010101011001100010010000110010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72AC; }

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

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

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

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

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

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

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

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