#AE7BBD

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

Shades of East Side #AE7BBD

Tints of East Side #AE7BBD

Color information

#AE7BBD (or 0xAE7BBD) is unknown color: approx East Side. HEX triplet: AE, 7B and BD. RGB value is (174,123,189). Sum of RGB (Red+Green+Blue) = 174+123+189=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BBD is #518442. Grayscale: #919191. Windows color (decimal): -5342275 or 12417966. OLE color: 12417966.

HSL color Cylindrical-coordinate representation of color #AE7BBD: hue angle of 286.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE7BBD is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB174123189-
CMYK0.080.3500.26
HSL286.36º33.33%61.18%-
HSV(B)286.36º34.92%74.12%-
XYZ33.7226.8451.55-
YUV145.77152.4148.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=35.80%
G=25.31%
B=38.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741231890.080.3500.26286.3633.3361.18
HexAE7BBD82301A11e213d
Octal25617327510430324364175
Binary101011101111011101111011000100011011010100011110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BBD; }

 p { color: rgb(174,123,189); }

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

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

 a { background-color: rgb(174,123,189); }

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

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

 span { border-color: rgb(174,123,189); }

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