#AE80C1

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

Shades of East Side #AE80C1

Tints of East Side #AE80C1

Color information

#AE80C1 (or 0xAE80C1) is unknown color: approx East Side. HEX triplet: AE, 80 and C1. RGB value is (174,128,193). Sum of RGB (Red+Green+Blue) = 174+128+193=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE80C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80C1 is #517F3E. Grayscale: #949494. Windows color (decimal): -5340991 or 12681390. OLE color: 12681390.

HSL color Cylindrical-coordinate representation of color #AE80C1: hue angle of 282.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE80C1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174128193-
CMYK0.100.3400.24
HSL282.46º34.39%62.94%-
HSV(B)282.46º33.68%75.69%-
XYZ34.828.2954.08-
YUV149.16152.74145.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=35.15%
G=25.86%
B=38.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741281930.100.3400.24282.4634.3962.94
HexAE80C1A2201811a223f
Octal25620030112420304324277
Binary1010111010000000110000011010100010011000100011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80C1; }

 p { color: rgb(174,128,193); }

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

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

 a { background-color: rgb(174,128,193); }

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

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

 span { border-color: rgb(174,128,193); }

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