#AE81CB

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

Shades of East Side #AE81CB

Tints of East Side #AE81CB

Color information

#AE81CB (or 0xAE81CB) is unknown color: approx East Side. HEX triplet: AE, 81 and CB. RGB value is (174,129,203). Sum of RGB (Red+Green+Blue) = 174+129+203=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE81CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81CB is #517E34. Grayscale: #969696. Windows color (decimal): -5340725 or 13337006. OLE color: 13337006.

HSL color Cylindrical-coordinate representation of color #AE81CB: hue angle of 276.49º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE81CB is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174129203-
CMYK0.140.3600.20
HSL276.49º41.57%65.1%-
HSV(B)276.49º36.45%79.61%-
XYZ36.0929.0160.2-
YUV150.89157.41144.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=34.39%
G=25.49%
B=40.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741292030.140.3600.20276.4941.5765.1
HexAE81CBE240141142a41
Octal256201313164402442452101
Binary10101110100000011100101111101001000101001000101001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81CB; }

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

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

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

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

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

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

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

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