#AE83CF

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

Shades of East Side #AE83CF

Tints of East Side #AE83CF

Color information

#AE83CF (or 0xAE83CF) is unknown color: approx East Side. HEX triplet: AE, 83 and CF. RGB value is (174,131,207). Sum of RGB (Red+Green+Blue) = 174+131+207=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE83CF is #517C30. Grayscale: #989898. Windows color (decimal): -5340209 or 13599662. OLE color: 13599662.

HSL color Cylindrical-coordinate representation of color #AE83CF: hue angle of 273.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE83CF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174131207-
CMYK0.160.3700.19
HSL273.95º44.19%66.27%-
HSV(B)273.95º36.71%81.18%-
XYZ36.8329.7462.83-
YUV152.52158.75143.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=33.98%
G=25.59%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741312070.160.3700.19273.9544.1966.27
HexAE83CF10250131122c42
Octal256203317204502342254102
Binary101011101000001111001111100001001010100111000100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE83CF; }

 p { color: rgb(174,131,207); }

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

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

 a { background-color: rgb(174,131,207); }

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

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

 span { border-color: rgb(174,131,207); }

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