#AE8BBC

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

Shades of East Side #AE8BBC

Tints of East Side #AE8BBC

Color information

#AE8BBC (or 0xAE8BBC) is unknown color: approx East Side. HEX triplet: AE, 8B and BC. RGB value is (174,139,188). Sum of RGB (Red+Green+Blue) = 174+139+188=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #AE8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BBC is #517443. Grayscale: #9A9A9A. Windows color (decimal): -5338180 or 12356526. OLE color: 12356526.

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

Color convert

RGB174139188-
CMYK0.070.2600.26
HSL282.86º26.78%64.12%-
HSV(B)282.86º26.06%73.73%-
XYZ35.7731.0951.69-
YUV155.05146.6141.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 139 (54.69% from 255) = 27.74%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=34.73%
G=27.74%
B=37.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741391880.070.2600.26282.8626.7864.12
HexAE8BBC71A01A11b1b40
Octal25621327473203243333100
Binary10101110100010111011110011111010011010100011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BBC; }

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

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

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

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

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

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

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

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