Html Css Color HEX #AA76C9 East Side

📋 copy color: '#AA76C9'

red 170 ◦ green 118 ◦ blue 201

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

Shades of East Side #AA76C9

Tints of East Side #AA76C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 34.76%
G = 24.13%
B = 41.1%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA76C9 (or 0xAA76C9) is known color: East Side. HEX triplet: AA, 76 and C9. RGB value is (170,118,201). Sum of RGB (Red+Green+Blue) = 170+118+201=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA76C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76C9 is #558936. Grayscale: #8E8E8E. Windows color (decimal): -5605687 or 13203114. OLE color: 13203114.

HSL color Cylindrical-coordinate representation of color #AA76C9: hue angle of 277.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA76C9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 118 201 -
CMYK 0.15 0.41 0 0.21
HSL 277.59º 0.43% 0.63% -
HSV(B) 277.59º 0.41% 0.79% -
XYZ 33.6 25.72 58.45 -
YUV 143.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 170 118 201 0.15 0.41 0 0.21 277.59 0.43 0.63
Hex AA 76 C9 F 29 0 15 116 2B 3F
Octal 252 166 311 17 51 0 25 426 53 77
Binary 10101010 1110110 11001001 1111 101001 0 10101 100010110 101011 111111

Color Harmonies of #AA76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76C9

Black with #AA76C9

Text Example


Text Example

White with #AA76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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