Html Css Color HEX #AE76BA East Side

📋 copy color: '#AE76BA'

red 174 ◦ green 118 ◦ blue 186

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

Shades of East Side #AE76BA

Tints of East Side #AE76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 36.4%
G = 24.69%
B = 38.91%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE76BA (or 0xAE76BA) is known color: East Side. HEX triplet: AE, 76 and BA. RGB value is (174,118,186). Sum of RGB (Red+Green+Blue) = 174+118+186=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76BA is #518945. Grayscale: #8E8E8E. Windows color (decimal): -5343558 or 12220078. OLE color: 12220078.

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

Color convert

RGB 174 118 186 -
CMYK 0.06 0.37 0 0.27
HSL 289.41º 0.33% 0.6% -
HSV(B) 289.41º 0.37% 0.73% -
XYZ 32.8 25.5 49.65 -
YUV 142.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 174 118 186 0.06 0.37 0 0.27 289.41 0.33 0.6
Hex AE 76 BA 6 25 0 1B 121 21 3C
Octal 256 166 272 6 45 0 33 441 41 74
Binary 10101110 1110110 10111010 110 100101 0 11011 100100001 100001 111100

Color Harmonies of #AE76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE76BA

Black with #AE76BA

Text Example


Text Example

White with #AE76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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