Html Css Color HEX #AA76BB East Side

📋 copy color: '#AA76BB'

red 170 ◦ green 118 ◦ blue 187

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

Shades of East Side #AA76BB

Tints of East Side #AA76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 35.79%
G = 24.84%
B = 39.37%

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

#AA76BB (or 0xAA76BB) is known color: East Side. HEX triplet: AA, 76 and BB. RGB value is (170,118,187). Sum of RGB (Red+Green+Blue) = 170+118+187=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA76BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BB is #558944. Grayscale: #8D8D8D. Windows color (decimal): -5605701 or 12285610. OLE color: 12285610.

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

Color convert

RGB 170 118 187 -
CMYK 0.09 0.37 0 0.27
HSL 285.22º 0.34% 0.6% -
HSV(B) 285.22º 0.37% 0.73% -
XYZ 32.03 25.09 50.17 -
YUV 141.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 170 118 187 0.09 0.37 0 0.27 285.22 0.34 0.6
Hex AA 76 BB 9 25 0 1B 11D 22 3C
Octal 252 166 273 11 45 0 33 435 42 74
Binary 10101010 1110110 10111011 1001 100101 0 11011 100011101 100010 111100

Color Harmonies of #AA76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76BB

Black with #AA76BB

Text Example


Text Example

White with #AA76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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