#ae8ccc

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

Shades of East Side #AE8CCC

Tints of East Side #AE8CCC

Color information

#AE8CCC (or 0xAE8CCC) is unknown color: approx East Side. HEX triplet: AE, 8C and CC. RGB value is (174,140,204). Sum of RGB (Red+Green+Blue) = 174+140+204=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CCC is #517333. Grayscale: #9D9D9D. Windows color (decimal): -5337908 or 13405358. OLE color: 13405358.

HSL color Cylindrical-coordinate representation of color #AE8CCC: hue angle of 271.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE8CCC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174140204-
CMYK0.150.3100.2
HSL271.88º38.55%67.45%-
HSV(B)271.88º31.37%80%-
XYZ37.7332.1161.34-
YUV157.46154.26139.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=33.59%
G=27.03%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741402040.150.3100.2271.8838.5567.45
HexAE8CCCF1F0141102743
Octal256214314173702442047103
Binary1010111010001100110011001111111110101001000100001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae8ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae8ccc; }

 p { color: rgb(174,140,204); }

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

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

 a { background-color: rgb(174,140,204); }

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

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

 span { border-color: rgb(174,140,204); }

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