#AE82BE

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

Shades of East Side #AE82BE

Tints of East Side #AE82BE

Color information

#AE82BE (or 0xAE82BE) is unknown color: approx East Side. HEX triplet: AE, 82 and BE. RGB value is (174,130,190). Sum of RGB (Red+Green+Blue) = 174+130+190=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE82BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82BE is #517D41. Grayscale: #959595. Windows color (decimal): -5340482 or 12485294. OLE color: 12485294.

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

Color convert

RGB174130190-
CMYK0.080.3200.25
HSL284º31.58%62.75%-
HSV(B)284º31.58%74.51%-
XYZ34.7328.6852.42-
YUV150150.58145.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=35.22%
G=26.32%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741301900.080.3200.2528431.5862.75
HexAE82BE82001911c203f
Octal25620227610400314344077
Binary1010111010000010101111101000100000011001100011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82BE; }

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

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

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

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

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

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

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

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