Html Css Color HEX #AA76B3 East Side

📋 copy color: '#AA76B3'

red 170 ◦ green 118 ◦ blue 179

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

Shades of East Side #AA76B3

Tints of East Side #AA76B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 36.4%
G = 25.27%
B = 38.33%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA76B3 (or 0xAA76B3) is known color: East Side. HEX triplet: AA, 76 and B3. RGB value is (170,118,179). Sum of RGB (Red+Green+Blue) = 170+118+179=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA76B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76B3 is #55894C. Grayscale: #8C8C8C. Windows color (decimal): -5605709 or 11761322. OLE color: 11761322.

HSL color Cylindrical-coordinate representation of color #AA76B3: hue angle of 291.15º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA76B3 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 118 179 -
CMYK 0.05 0.34 0 0.30
HSL 291.15º 0.29% 0.58% -
HSV(B) 291.15º 0.34% 0.7% -
XYZ 31.19 24.76 45.78 -
YUV 140.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 170 118 179 0.05 0.34 0 0.30 291.15 0.29 0.58
Hex AA 76 B3 5 22 0 1E 123 1D 3A
Octal 252 166 263 5 42 0 36 443 35 72
Binary 10101010 1110110 10110011 101 100010 0 11110 100100011 11101 111010

Color Harmonies of #AA76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76B3

Black with #AA76B3

Text Example


Text Example

White with #AA76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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