#AE79C1

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

Shades of East Side #AE79C1

Tints of East Side #AE79C1

Color information

#AE79C1 (or 0xAE79C1) is unknown color: approx East Side. HEX triplet: AE, 79 and C1. RGB value is (174,121,193). Sum of RGB (Red+Green+Blue) = 174+121+193=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE79C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE79C1 is #51863E. Grayscale: #909090. Windows color (decimal): -5342783 or 12679598. OLE color: 12679598.

HSL color Cylindrical-coordinate representation of color #AE79C1: hue angle of 284.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE79C1 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174121193-
CMYK0.100.3700.24
HSL284.17º36.73%61.57%-
HSV(B)284.17º37.31%75.69%-
XYZ33.9226.5253.78-
YUV145.06155.06148.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 121 (47.66% from 255) = 24.80%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=35.66%
G=24.80%
B=39.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741211930.100.3700.24284.1736.7361.57
HexAE79C1A2501811c253e
Octal25617130112450304344576
Binary101011101111001110000011010100101011000100011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE79C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE79C1; }

 p { color: rgb(174,121,193); }

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

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

 a { background-color: rgb(174,121,193); }

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

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

 span { border-color: rgb(174,121,193); }

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