Html Css Color HEX #AE7EC0 East Side

📋 copy color: '#AE7EC0'

red 174 ◦ green 126 ◦ blue 192

#AE7EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AE7EC0

Tints of East Side #AE7EC0

RGB

 RED value IS 174 (68.36% from 255) = 35.37%

 GREEN value IS 126 (49.61% from 255) = 25.61%

 BLUE value IS 192 (75.39% from 255) = 39.02%

R = 35.37%
G = 25.61%
B = 39.02%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE7EC0 (or 0xAE7EC0) is known color: East Side. HEX triplet: AE, 7E and C0. RGB value is (174,126,192). Sum of RGB (Red+Green+Blue) = 174+126+192=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE7EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EC0 is #51813F. Grayscale: #939393. Windows color (decimal): -5341504 or 12615342. OLE color: 12615342.

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

Color convert

RGB 174 126 192 -
CMYK 0.09 0.34 0 0.25
HSL 283.64º 0.34% 0.62% -
HSV(B) 283.64º 0.34% 0.75% -
XYZ 34.43 27.73 53.41 -
YUV 147.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 174 126 192 0.09 0.34 0 0.25 283.64 0.34 0.62
Hex AE 7E C0 9 22 0 19 11C 22 3E
Octal 256 176 300 11 42 0 31 434 42 76
Binary 10101110 1111110 11000000 1001 100010 0 11001 100011100 100010 111110

Color Harmonies of #AE7EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7EC0

Black with #AE7EC0

Text Example


Text Example

White with #AE7EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7EC0; }

 p { color: rgb(174,126,192); }

 H1.HeaderClassName
 {
   color: #AE7EC0;
 }
 .AnyTagClassName
 {
   color: #AE7EC0;
 }
</style>

background-color css

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

 a { background-color: rgb(174,126,192); }

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

border-color css

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

 span { border-color: rgb(174,126,192); }

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