Html Css Color HEX #AE77BA East Side

📋 copy color: '#AE77BA'

red 174 ◦ green 119 ◦ blue 186

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

Shades of East Side #AE77BA

Tints of East Side #AE77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.84%

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

R = 36.33%
G = 24.84%
B = 38.83%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE77BA (or 0xAE77BA) is known color: East Side. HEX triplet: AE, 77 and BA. RGB value is (174,119,186). Sum of RGB (Red+Green+Blue) = 174+119+186=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE77BA is #518845. Grayscale: #8E8E8E. Windows color (decimal): -5343302 or 12220334. OLE color: 12220334.

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

Color convert

RGB 174 119 186 -
CMYK 0.06 0.36 0 0.27
HSL 289.25º 0.33% 0.6% -
HSV(B) 289.25º 0.36% 0.73% -
XYZ 32.92 25.74 49.69 -
YUV 143.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 174 119 186 0.06 0.36 0 0.27 289.25 0.33 0.6
Hex AE 77 BA 6 24 0 1B 121 21 3C
Octal 256 167 272 6 44 0 33 441 41 74
Binary 10101110 1110111 10111010 110 100100 0 11011 100100001 100001 111100

Color Harmonies of #AE77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE77BA

Black with #AE77BA

Text Example


Text Example

White with #AE77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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