#AE8DBB

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

Shades of East Side #AE8DBB

Tints of East Side #AE8DBB

Color information

#AE8DBB (or 0xAE8DBB) is unknown color: approx East Side. HEX triplet: AE, 8D and BB. RGB value is (174,141,187). Sum of RGB (Red+Green+Blue) = 174+141+187=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #AE8DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DBB is #517244. Grayscale: #9B9B9B. Windows color (decimal): -5337669 or 12291502. OLE color: 12291502.

HSL color Cylindrical-coordinate representation of color #AE8DBB: hue angle of 283.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE8DBB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174141187-
CMYK0.070.2500.27
HSL283.04º25.27%64.31%-
HSV(B)283.04º24.6%73.33%-
XYZ35.9531.6451.23-
YUV156.11145.43140.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=34.66%
G=28.09%
B=37.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741411870.070.2500.27283.0425.2764.31
HexAE8DBB71901B11b1940
Octal25621527373103343331100
Binary10101110100011011011101111111001011011100011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DBB; }

 p { color: rgb(174,141,187); }

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

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

 a { background-color: rgb(174,141,187); }

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

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

 span { border-color: rgb(174,141,187); }

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