#AC93BD

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

Shades of East Side #AC93BD

Tints of East Side #AC93BD

Color information

#AC93BD (or 0xAC93BD) is unknown color: approx East Side. HEX triplet: AC, 93 and BD. RGB value is (172,147,189). Sum of RGB (Red+Green+Blue) = 172+147+189=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93BD is #536C42. Grayscale: #9F9F9F. Windows color (decimal): -5467203 or 12424108. OLE color: 12424108.

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

Color convert

RGB172147189-
CMYK0.090.2200.26
HSL275.71º24.14%65.88%-
HSV(B)275.71º22.22%74.12%-
XYZ36.6333.3152.64-
YUV159.26144.78137.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=33.86%
G=28.94%
B=37.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721471890.090.2200.26275.7124.1465.88
HexAC93BD91601A1141842
Octal254223275112603242430102
Binary101011001001001110111101100110110011010100010100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93BD; }

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

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

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

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

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

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

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

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