#AE85C4

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

Shades of East Side #AE85C4

Tints of East Side #AE85C4

Color information

#AE85C4 (or 0xAE85C4) is unknown color: approx East Side. HEX triplet: AE, 85 and C4. RGB value is (174,133,196). Sum of RGB (Red+Green+Blue) = 174+133+196=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE85C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85C4 is #517A3B. Grayscale: #989898. Windows color (decimal): -5339708 or 12879278. OLE color: 12879278.

HSL color Cylindrical-coordinate representation of color #AE85C4: hue angle of 279.05º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE85C4 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174133196-
CMYK0.110.3200.23
HSL279.05º34.81%64.51%-
HSV(B)279.05º32.14%76.86%-
XYZ35.8129.7656.08-
YUV152.44152.58143.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=34.59%
G=26.44%
B=38.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741331960.110.3200.23279.0534.8164.51
HexAE85C4B200171172341
Octal256205304134002742743101
Binary10101110100001011100010010111000000101111000101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85C4; }

 p { color: rgb(174,133,196); }

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

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

 a { background-color: rgb(174,133,196); }

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

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

 span { border-color: rgb(174,133,196); }

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