#AE82BD

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

Shades of East Side #AE82BD

Tints of East Side #AE82BD

Color information

#AE82BD (or 0xAE82BD) is unknown color: approx East Side. HEX triplet: AE, 82 and BD. RGB value is (174,130,189). Sum of RGB (Red+Green+Blue) = 174+130+189=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #AE82BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82BD is #517D42. Grayscale: #959595. Windows color (decimal): -5340483 or 12419758. OLE color: 12419758.

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

Color convert

RGB174130189-
CMYK0.080.3100.26
HSL284.75º30.89%62.55%-
HSV(B)284.75º31.22%74.12%-
XYZ34.6228.6451.85-
YUV149.88150.08145.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=35.29%
G=26.37%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741301890.080.3100.26284.7530.8962.55
HexAE82BD81F01A11d1f3f
Octal25620227510370324353777
Binary10101110100000101011110110001111101101010001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82BD; }

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

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

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

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

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

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

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

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