Html Css Color HEX #AE70B8 East Side

📋 copy color: '#AE70B8'

red 174 ◦ green 112 ◦ blue 184

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

Shades of East Side #AE70B8

Tints of East Side #AE70B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.15%

R = 37.02%
G = 23.83%
B = 39.15%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AE70B8 (or 0xAE70B8) is known color: East Side. HEX triplet: AE, 70 and B8. RGB value is (174,112,184). Sum of RGB (Red+Green+Blue) = 174+112+184=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #AE70B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70B8 is #518F47. Grayscale: #8A8A8A. Windows color (decimal): -5345096 or 12087470. OLE color: 12087470.

HSL color Cylindrical-coordinate representation of color #AE70B8: hue angle of 291.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE70B8 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 112 184 -
CMYK 0.05 0.39 0 0.28
HSL 291.67º 0.34% 0.58% -
HSV(B) 291.67º 0.39% 0.72% -
XYZ 31.9 24.05 48.31 -
YUV 138.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 174 112 184 0.05 0.39 0 0.28 291.67 0.34 0.58
Hex AE 70 B8 5 27 0 1C 124 22 3A
Octal 256 160 270 5 47 0 34 444 42 72
Binary 10101110 1110000 10111000 101 100111 0 11100 100100100 100010 111010

Color Harmonies of #AE70B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70B8

Black with #AE70B8

Text Example


Text Example

White with #AE70B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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