#AC93C4

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

Shades of East Side #AC93C4

Tints of East Side #AC93C4

Color information

#AC93C4 (or 0xAC93C4) is unknown color: approx East Side. HEX triplet: AC, 93 and C4. RGB value is (172,147,196). Sum of RGB (Red+Green+Blue) = 172+147+196=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC93C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93C4 is #536C3B. Grayscale: #9F9F9F. Windows color (decimal): -5467196 or 12882860. OLE color: 12882860.

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

Color convert

RGB172147196-
CMYK0.120.2500.23
HSL270.61º29.34%67.25%-
HSV(B)270.61º25%76.86%-
XYZ37.4133.6256.74-
YUV160.06148.28136.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 196 (76.95% from 255) = 38.06%
R=33.40%
G=28.54%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721471960.120.2500.23270.6129.3467.25
HexAC93C4C1901710f1d43
Octal254223304143102741735103
Binary101011001001001111000100110011001010111100001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93C4; }

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

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

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

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

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

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

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

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