Html Css Color HEX #AE93C0 East Side

📋 copy color: '#AE93C0'

red 174 ◦ green 147 ◦ blue 192

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

Shades of East Side #AE93C0

Tints of East Side #AE93C0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.65%

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

R = 33.92%
G = 28.65%
B = 37.43%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE93C0 (or 0xAE93C0) is known color: East Side. HEX triplet: AE, 93 and C0. RGB value is (174,147,192). Sum of RGB (Red+Green+Blue) = 174+147+192=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE93C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE93C0 is #516C3F. Grayscale: #A0A0A0. Windows color (decimal): -5336128 or 12620718. OLE color: 12620718.

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

Color convert

RGB 174 147 192 -
CMYK 0.09 0.23 0 0.25
HSL 276º 0.26% 0.66% -
HSV(B) 276º 0.23% 0.75% -
XYZ 37.4 33.67 54.4 -
YUV 160.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 174 147 192 0.09 0.23 0 0.25 276 0.26 0.66
Hex AE 93 C0 9 17 0 19 114 1A 42
Octal 256 223 300 11 27 0 31 424 32 102
Binary 10101110 10010011 11000000 1001 10111 0 11001 100010100 11010 1000010

Color Harmonies of #AE93C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE93C0

Black with #AE93C0

Text Example


Text Example

White with #AE93C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE93C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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