#AC75BA

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

Shades of East Side #AC75BA

Tints of East Side #AC75BA

Color information

#AC75BA (or 0xAC75BA) is unknown color: approx East Side. HEX triplet: AC, 75 and BA. RGB value is (172,117,186). Sum of RGB (Red+Green+Blue) = 172+117+186=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75BA is #538A45. Grayscale: #8D8D8D. Windows color (decimal): -5474886 or 12219820. OLE color: 12219820.

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

Color convert

RGB172117186-
CMYK0.080.3700.27
HSL287.83º33.33%59.41%-
HSV(B)287.83º37.1%72.94%-
XYZ32.2425.0449.59-
YUV141.31153.22149.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=36.21%
G=24.63%
B=39.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721171860.080.3700.27287.8333.3359.41
HexAC75BA82501B120213b
Octal25416527210450334404173
Binary101011001110101101110101000100101011011100100000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75BA; }

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

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

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

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

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

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

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

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