#AE8ACA

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

Shades of East Side #AE8ACA

Tints of East Side #AE8ACA

Color information

#AE8ACA (or 0xAE8ACA) is unknown color: approx East Side. HEX triplet: AE, 8A and CA. RGB value is (174,138,202). Sum of RGB (Red+Green+Blue) = 174+138+202=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE8ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8ACA is #517535. Grayscale: #9B9B9B. Windows color (decimal): -5338422 or 13273774. OLE color: 13273774.

HSL color Cylindrical-coordinate representation of color #AE8ACA: hue angle of 273.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8ACA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174138202-
CMYK0.140.3200.21
HSL273.75º37.65%66.67%-
HSV(B)273.75º31.68%79.22%-
XYZ37.231.4459.98-
YUV156.06153.93140.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=33.85%
G=26.85%
B=39.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741382020.140.3200.21273.7537.6566.67
HexAE8ACAE200151122643
Octal256212312164002542246103
Binary10101110100010101100101011101000000101011000100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8ACA; }

 p { color: rgb(174,138,202); }

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

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

 a { background-color: rgb(174,138,202); }

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

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

 span { border-color: rgb(174,138,202); }

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