#AC94C0

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

Shades of East Side #AC94C0

Tints of East Side #AC94C0

Color information

#AC94C0 (or 0xAC94C0) is unknown color: approx East Side. HEX triplet: AC, 94 and C0. RGB value is (172,148,192). Sum of RGB (Red+Green+Blue) = 172+148+192=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC94C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94C0 is #536B3F. Grayscale: #A0A0A0. Windows color (decimal): -5466944 or 12620972. OLE color: 12620972.

HSL color Cylindrical-coordinate representation of color #AC94C0: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC94C0 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172148192-
CMYK0.100.2300.25
HSL272.73º25.88%66.67%-
HSV(B)272.73º22.92%75.29%-
XYZ37.1233.7654.43-
YUV160.19145.95136.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=33.59%
G=28.91%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721481920.100.2300.25272.7325.8866.67
HexAC94C0A170191111a43
Octal254224300122703142132103
Binary101011001001010011000000101010111011001100010001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94C0; }

 p { color: rgb(172,148,192); }

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

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

 a { background-color: rgb(172,148,192); }

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

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

 span { border-color: rgb(172,148,192); }

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