#AC72B9

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

Shades of East Side #AC72B9

Tints of East Side #AC72B9

Color information

#AC72B9 (or 0xAC72B9) is unknown color: approx East Side. HEX triplet: AC, 72 and B9. RGB value is (172,114,185). Sum of RGB (Red+Green+Blue) = 172+114+185=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC72B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC72B9 is #538D46. Grayscale: #8B8B8B. Windows color (decimal): -5475655 or 12153516. OLE color: 12153516.

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

Color convert

RGB172114185-
CMYK0.070.3800.27
HSL289.01º33.65%58.63%-
HSV(B)289.01º38.38%72.55%-
XYZ31.7924.3148.92-
YUV139.44153.72151.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=36.52%
G=24.20%
B=39.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721141850.070.3800.27289.0133.6558.63
HexAC72B972601B121223b
Octal2541622717460334414273
Binary10101100111001010111001111100110011011100100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72B9; }

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

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

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

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

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

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

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

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