#AE84CF

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

Shades of East Side #AE84CF

Tints of East Side #AE84CF

Color information

#AE84CF (or 0xAE84CF) is unknown color: approx East Side. HEX triplet: AE, 84 and CF. RGB value is (174,132,207). Sum of RGB (Red+Green+Blue) = 174+132+207=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE84CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84CF is #517B30. Grayscale: #989898. Windows color (decimal): -5339953 or 13599918. OLE color: 13599918.

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

Color convert

RGB174132207-
CMYK0.160.3600.19
HSL273.6º43.86%66.47%-
HSV(B)273.6º36.23%81.18%-
XYZ36.9730.0162.87-
YUV153.11158.41142.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=33.92%
G=25.73%
B=40.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741322070.160.3600.19273.643.8666.47
HexAE84CF10240131122c42
Octal256204317204402342254102
Binary101011101000010011001111100001001000100111000100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE84CF; }

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

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

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

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

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

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

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

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