#AC72AB

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

Shades of Violet Blue #AC72AB

Tints of Violet Blue #AC72AB

Color information

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

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

Color convert

RGB172114171-
CMYK00.340.010.33
HSL301.03º25.89%56.08%-
HSV(B)301.03º33.72%67.45%-
XYZ30.3823.7541.51-
YUV137.84146.72152.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211417100.340.010.33301.0325.8956.08
HexAC72AB02212112d1a38
Octal2541622530421414553270
Binary101011001110010101010110100010110000110010110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72AB; }

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

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

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

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

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

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

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

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