#AC92BD

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

Shades of East Side #AC92BD

Tints of East Side #AC92BD

Color information

#AC92BD (or 0xAC92BD) is unknown color: approx East Side. HEX triplet: AC, 92 and BD. RGB value is (172,146,189). Sum of RGB (Red+Green+Blue) = 172+146+189=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92BD is #536D42. Grayscale: #9E9E9E. Windows color (decimal): -5467459 or 12423852. OLE color: 12423852.

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

Color convert

RGB172146189-
CMYK0.090.2300.26
HSL276.28º24.57%65.69%-
HSV(B)276.28º22.75%74.12%-
XYZ36.483352.59-
YUV158.68145.11137.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=33.93%
G=28.80%
B=37.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721461890.090.2300.26276.2824.5765.69
HexAC92BD91701A1141942
Octal254222275112703242431102
Binary101011001001001010111101100110111011010100010100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92BD; }

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

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

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

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

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

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

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

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