#AC92C0

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

Shades of East Side #AC92C0

Tints of East Side #AC92C0

Color information

#AC92C0 (or 0xAC92C0) is unknown color: approx East Side. HEX triplet: AC, 92 and C0. RGB value is (172,146,192). Sum of RGB (Red+Green+Blue) = 172+146+192=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC92C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92C0 is #536D3F. Grayscale: #9E9E9E. Windows color (decimal): -5467456 or 12620460. OLE color: 12620460.

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

Color convert

RGB172146192-
CMYK0.100.2400.25
HSL273.91º26.74%66.27%-
HSV(B)273.91º23.96%75.29%-
XYZ36.8133.1354.32-
YUV159.02146.61137.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=33.73%
G=28.63%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721461920.100.2400.25273.9126.7466.27
HexAC92C0A180191121b42
Octal254222300123003142233102
Binary101011001001001011000000101011000011001100010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92C0; }

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

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

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

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

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

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

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

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