Html Css Color HEX #AE70BA East Side

📋 copy color: '#AE70BA'

red 174 ◦ green 112 ◦ blue 186

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

Shades of East Side #AE70BA

Tints of East Side #AE70BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 36.86%
G = 23.73%
B = 39.41%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE70BA (or 0xAE70BA) is known color: East Side. HEX triplet: AE, 70 and BA. RGB value is (174,112,186). Sum of RGB (Red+Green+Blue) = 174+112+186=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70BA is #518F45. Grayscale: #8A8A8A. Windows color (decimal): -5345094 or 12218542. OLE color: 12218542.

HSL color Cylindrical-coordinate representation of color #AE70BA: hue angle of 290.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE70BA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 112 186 -
CMYK 0.06 0.40 0 0.27
HSL 290.27º 0.35% 0.58% -
HSV(B) 290.27º 0.4% 0.73% -
XYZ 32.11 24.13 49.42 -
YUV 138.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 174 112 186 0.06 0.40 0 0.27 290.27 0.35 0.58
Hex AE 70 BA 6 28 0 1B 122 23 3A
Octal 256 160 272 6 50 0 33 442 43 72
Binary 10101110 1110000 10111010 110 101000 0 11011 100100010 100011 111010

Color Harmonies of #AE70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70BA

Black with #AE70BA

Text Example


Text Example

White with #AE70BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70BA; }

 p { color: rgb(174,112,186); }

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

background-color css

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

 a { background-color: rgb(174,112,186); }

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

border-color css

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

 span { border-color: rgb(174,112,186); }

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