#AE7BBA

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

Shades of East Side #AE7BBA

Tints of East Side #AE7BBA

Color information

#AE7BBA (or 0xAE7BBA) is unknown color: approx East Side. HEX triplet: AE, 7B and BA. RGB value is (174,123,186). Sum of RGB (Red+Green+Blue) = 174+123+186=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE7BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7BBA is #518445. Grayscale: #919191. Windows color (decimal): -5342278 or 12221358. OLE color: 12221358.

HSL color Cylindrical-coordinate representation of color #AE7BBA: hue angle of 288.57º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7BBA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB174123186-
CMYK0.060.3400.27
HSL288.57º31.34%60.59%-
HSV(B)288.57º33.87%72.94%-
XYZ33.426.7149.85-
YUV145.43150.9148.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=36.02%
G=25.47%
B=38.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741231860.060.3400.27288.5731.3460.59
HexAE7BBA62201B1211f3d
Octal2561732726420334413775
Binary1010111011110111011101011010001001101110010000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7BBA; }

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

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

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

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

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

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

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

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