Html Css Color HEX #AA76B9 East Side

📋 copy color: '#AA76B9'

red 170 ◦ green 118 ◦ blue 185

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

Shades of East Side #AA76B9

Tints of East Side #AA76B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 35.94%
G = 24.95%
B = 39.11%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA76B9 (or 0xAA76B9) is known color: East Side. HEX triplet: AA, 76 and B9. RGB value is (170,118,185). Sum of RGB (Red+Green+Blue) = 170+118+185=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA76B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76B9 is #558946. Grayscale: #8C8C8C. Windows color (decimal): -5605703 or 12154538. OLE color: 12154538.

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

Color convert

RGB 170 118 185 -
CMYK 0.08 0.36 0 0.27
HSL 286.57º 0.32% 0.59% -
HSV(B) 286.57º 0.36% 0.73% -
XYZ 31.81 25.01 49.05 -
YUV 141.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 170 118 185 0.08 0.36 0 0.27 286.57 0.32 0.59
Hex AA 76 B9 8 24 0 1B 11F 20 3B
Octal 252 166 271 10 44 0 33 437 40 73
Binary 10101010 1110110 10111001 1000 100100 0 11011 100011111 100000 111011

Color Harmonies of #AA76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76B9

Black with #AA76B9

Text Example


Text Example

White with #AA76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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