#AC72BA

Color #AC72BA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC72BA

Tints of East Side #AC72BA

Color information

#AC72BA (or 0xAC72BA) is unknown color: approx East Side. HEX triplet: AC, 72 and BA. RGB value is (172,114,186). Sum of RGB (Red+Green+Blue) = 172+114+186=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72BA is #538D45. Grayscale: #8B8B8B. Windows color (decimal): -5475654 or 12219052. OLE color: 12219052.

HSL color Cylindrical-coordinate representation of color #AC72BA: hue angle of 288.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC72BA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172114186-
CMYK0.080.3900.27
HSL288.33º34.29%58.82%-
HSV(B)288.33º38.71%72.94%-
XYZ31.8924.3549.47-
YUV139.55154.22151.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=36.44%
G=24.15%
B=39.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721141860.080.3900.27288.3334.2958.82
HexAC72BA82701B120223b
Octal25416227210470334404273
Binary101011001110010101110101000100111011011100100000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72BA; }

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

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

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

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

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

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

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

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