Html Css Color HEX #AA76C2 East Side

📋 copy color: '#AA76C2'

red 170 ◦ green 118 ◦ blue 194

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

Shades of East Side #AA76C2

Tints of East Side #AA76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.25%

R = 35.27%
G = 24.48%
B = 40.25%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA76C2 (or 0xAA76C2) is known color: East Side. HEX triplet: AA, 76 and C2. RGB value is (170,118,194). Sum of RGB (Red+Green+Blue) = 170+118+194=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA76C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76C2 is #55893D. Grayscale: #8D8D8D. Windows color (decimal): -5605694 or 12744362. OLE color: 12744362.

HSL color Cylindrical-coordinate representation of color #AA76C2: hue angle of 281.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA76C2 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 118 194 -
CMYK 0.12 0.39 0 0.24
HSL 281.05º 0.38% 0.61% -
HSV(B) 281.05º 0.39% 0.76% -
XYZ 32.79 25.4 54.21 -
YUV 142.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 170 118 194 0.12 0.39 0 0.24 281.05 0.38 0.61
Hex AA 76 C2 C 27 0 18 119 26 3D
Octal 252 166 302 14 47 0 30 431 46 75
Binary 10101010 1110110 11000010 1100 100111 0 11000 100011001 100110 111101

Color Harmonies of #AA76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76C2

Black with #AA76C2

Text Example


Text Example

White with #AA76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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