Html Css Color HEX #AA76B4 East Side

📋 copy color: '#AA76B4'

red 170 ◦ green 118 ◦ blue 180

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

Shades of East Side #AA76B4

Tints of East Side #AA76B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 36.32%
G = 25.21%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA76B4 (or 0xAA76B4) is known color: East Side. HEX triplet: AA, 76 and B4. RGB value is (170,118,180). Sum of RGB (Red+Green+Blue) = 170+118+180=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA76B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76B4 is #55894B. Grayscale: #8C8C8C. Windows color (decimal): -5605708 or 11826858. OLE color: 11826858.

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

Color convert

RGB 170 118 180 -
CMYK 0.06 0.34 0 0.29
HSL 290.32º 0.29% 0.58% -
HSV(B) 290.32º 0.34% 0.71% -
XYZ 31.29 24.8 46.32 -
YUV 140.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 170 118 180 0.06 0.34 0 0.29 290.32 0.29 0.58
Hex AA 76 B4 6 22 0 1D 122 1D 3A
Octal 252 166 264 6 42 0 35 442 35 72
Binary 10101010 1110110 10110100 110 100010 0 11101 100100010 11101 111010

Color Harmonies of #AA76B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76B4

Black with #AA76B4

Text Example


Text Example

White with #AA76B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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