Html Css Color HEX #AA76BD East Side

📋 copy color: '#AA76BD'

red 170 ◦ green 118 ◦ blue 189

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

Shades of East Side #AA76BD

Tints of East Side #AA76BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 35.64%
G = 24.74%
B = 39.62%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA76BD (or 0xAA76BD) is known color: East Side. HEX triplet: AA, 76 and BD. RGB value is (170,118,189). Sum of RGB (Red+Green+Blue) = 170+118+189=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA76BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76BD is #558942. Grayscale: #8D8D8D. Windows color (decimal): -5605699 or 12416682. OLE color: 12416682.

HSL color Cylindrical-coordinate representation of color #AA76BD: hue angle of 283.94º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA76BD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 118 189 -
CMYK 0.10 0.38 0 0.26
HSL 283.94º 0.35% 0.6% -
HSV(B) 283.94º 0.38% 0.74% -
XYZ 32.24 25.18 51.3 -
YUV 141.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 170 118 189 0.10 0.38 0 0.26 283.94 0.35 0.6
Hex AA 76 BD A 26 0 1A 11C 23 3C
Octal 252 166 275 12 46 0 32 434 43 74
Binary 10101010 1110110 10111101 1010 100110 0 11010 100011100 100011 111100

Color Harmonies of #AA76BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76BD

Black with #AA76BD

Text Example


Text Example

White with #AA76BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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