#AC93C0

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

Shades of East Side #AC93C0

Tints of East Side #AC93C0

Color information

#AC93C0 (or 0xAC93C0) is unknown color: approx East Side. HEX triplet: AC, 93 and C0. RGB value is (172,147,192). Sum of RGB (Red+Green+Blue) = 172+147+192=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93C0 is #536C3F. Grayscale: #9F9F9F. Windows color (decimal): -5467200 or 12620716. OLE color: 12620716.

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

Color convert

RGB172147192-
CMYK0.100.2300.25
HSL273.33º26.32%66.47%-
HSV(B)273.33º23.44%75.29%-
XYZ36.9633.4454.38-
YUV159.6146.28136.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=33.66%
G=28.77%
B=37.57%

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
Decimal1721471920.100.2300.25273.3326.3266.47
HexAC93C0A170191111a42
Octal254223300122703142132102
Binary101011001001001111000000101010111011001100010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93C0; }

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

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

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

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

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

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

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

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