Html Css Color HEX #AE84BA East Side

📋 copy color: '#AE84BA'

red 174 ◦ green 132 ◦ blue 186

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

Shades of East Side #AE84BA

Tints of East Side #AE84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

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

R = 35.37%
G = 26.83%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE84BA (or 0xAE84BA) is known color: East Side. HEX triplet: AE, 84 and BA. RGB value is (174,132,186). Sum of RGB (Red+Green+Blue) = 174+132+186=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE84BA is #517B45. Grayscale: #969696. Windows color (decimal): -5339974 or 12223662. OLE color: 12223662.

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

Color convert

RGB 174 132 186 -
CMYK 0.06 0.29 0 0.27
HSL 286.67º 0.28% 0.62% -
HSV(B) 286.67º 0.29% 0.73% -
XYZ 34.57 29.05 50.24 -
YUV 150.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 174 132 186 0.06 0.29 0 0.27 286.67 0.28 0.62
Hex AE 84 BA 6 1D 0 1B 11F 1C 3E
Octal 256 204 272 6 35 0 33 437 34 76
Binary 10101110 10000100 10111010 110 11101 0 11011 100011111 11100 111110

Color Harmonies of #AE84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE84BA

Black with #AE84BA

Text Example


Text Example

White with #AE84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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