#AE7ACF

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

Shades of East Side #AE7ACF

Tints of East Side #AE7ACF

Color information

#AE7ACF (or 0xAE7ACF) is unknown color: approx East Side. HEX triplet: AE, 7A and CF. RGB value is (174,122,207). Sum of RGB (Red+Green+Blue) = 174+122+207=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE7ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7ACF is #518530. Grayscale: #929292. Windows color (decimal): -5342513 or 13597358. OLE color: 13597358.

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

Color convert

RGB174122207-
CMYK0.160.4100.19
HSL276.71º46.96%64.51%-
HSV(B)276.71º41.06%81.18%-
XYZ35.6827.4262.44-
YUV147.24161.73147.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 122 (48.05% from 255) = 24.25%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=34.59%
G=24.25%
B=41.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741222070.160.4100.19276.7146.9664.51
HexAE7ACF10290131152f41
Octal256172317205102342557101
Binary10101110111101011001111100001010010100111000101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7ACF; }

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

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

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

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

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

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

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

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