Html Css Color HEX #AE85BA East Side

📋 copy color: '#AE85BA'

red 174 ◦ green 133 ◦ blue 186

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

Shades of East Side #AE85BA

Tints of East Side #AE85BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.98%

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

R = 35.29%
G = 26.98%
B = 37.73%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE85BA (or 0xAE85BA) is known color: East Side. HEX triplet: AE, 85 and BA. RGB value is (174,133,186). Sum of RGB (Red+Green+Blue) = 174+133+186=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85BA is #517A45. Grayscale: #979797. Windows color (decimal): -5339718 or 12223918. OLE color: 12223918.

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

Color convert

RGB 174 133 186 -
CMYK 0.06 0.28 0 0.27
HSL 286.42º 0.28% 0.63% -
HSV(B) 286.42º 0.28% 0.73% -
XYZ 34.71 29.32 50.28 -
YUV 151.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 174 133 186 0.06 0.28 0 0.27 286.42 0.28 0.63
Hex AE 85 BA 6 1C 0 1B 11E 1C 3F
Octal 256 205 272 6 34 0 33 436 34 77
Binary 10101110 10000101 10111010 110 11100 0 11011 100011110 11100 111111

Color Harmonies of #AE85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE85BA

Black with #AE85BA

Text Example


Text Example

White with #AE85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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