Html Css Color HEX #AA76BA East Side

📋 copy color: '#AA76BA'

red 170 ◦ green 118 ◦ blue 186

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

Shades of East Side #AA76BA

Tints of East Side #AA76BA

RGB

 RED value IS 170 (66.8% from 255) = 35.86%

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

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

R = 35.86%
G = 24.89%
B = 39.24%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA76BA (or 0xAA76BA) is known color: East Side. HEX triplet: AA, 76 and BA. RGB value is (170,118,186). Sum of RGB (Red+Green+Blue) = 170+118+186=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BA is #558945. Grayscale: #8D8D8D. Windows color (decimal): -5605702 or 12220074. OLE color: 12220074.

HSL color Cylindrical-coordinate representation of color #AA76BA: hue angle of 285.88º 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 #AA76BA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 118 186 -
CMYK 0.09 0.37 0 0.27
HSL 285.88º 0.33% 0.6% -
HSV(B) 285.88º 0.37% 0.73% -
XYZ 31.92 25.05 49.61 -
YUV 141.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 170 118 186 0.09 0.37 0 0.27 285.88 0.33 0.6
Hex AA 76 BA 9 25 0 1B 11E 21 3C
Octal 252 166 272 11 45 0 33 436 41 74
Binary 10101010 1110110 10111010 1001 100101 0 11011 100011110 100001 111100

Color Harmonies of #AA76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76BA

Black with #AA76BA

Text Example


Text Example

White with #AA76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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