#AE81BC

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

Shades of East Side #AE81BC

Tints of East Side #AE81BC

Color information

#AE81BC (or 0xAE81BC) is unknown color: approx East Side. HEX triplet: AE, 81 and BC. RGB value is (174,129,188). Sum of RGB (Red+Green+Blue) = 174+129+188=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81BC is #517E43. Grayscale: #949494. Windows color (decimal): -5340740 or 12353966. OLE color: 12353966.

HSL color Cylindrical-coordinate representation of color #AE81BC: hue angle of 285.76º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE81BC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174129188-
CMYK0.070.3100.26
HSL285.76º30.57%62.16%-
HSV(B)285.76º31.38%73.73%-
XYZ34.3828.3351.23-
YUV149.18149.91145.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=35.44%
G=26.27%
B=38.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741291880.070.3100.26285.7630.5762.16
HexAE81BC71F01A11e1f3e
Octal2562012747370324363776
Binary1010111010000001101111001111111101101010001111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81BC; }

 p { color: rgb(174,129,188); }

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

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

 a { background-color: rgb(174,129,188); }

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

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

 span { border-color: rgb(174,129,188); }

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