Html Css Color HEX #AA77E5 Medium Purple

📋 copy color: '#AA77E5'

red 170 ◦ green 119 ◦ blue 229

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

Shades of Medium Purple #AA77E5

Tints of Medium Purple #AA77E5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.97%

 BLUE value IS 229 (89.84% from 255) = 44.21%

R = 32.82%
G = 22.97%
B = 44.21%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA77E5 (or 0xAA77E5) is known color: Medium Purple. HEX triplet: AA, 77 and E5. RGB value is (170,119,229). Sum of RGB (Red+Green+Blue) = 170+119+229=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA77E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77E5 is #55881A. Grayscale: #929292. Windows color (decimal): -5605403 or 15038378. OLE color: 15038378.

HSL color Cylindrical-coordinate representation of color #AA77E5: hue angle of 267.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA77E5 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 119 229 -
CMYK 0.26 0.48 0 0.10
HSL 267.82º 0.68% 0.68% -
HSV(B) 267.82º 0.48% 0.9% -
XYZ 37.32 27.4 77.45 -
YUV 146.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 170 119 229 0.26 0.48 0 0.10 267.82 0.68 0.68
Hex AA 77 E5 1A 30 0 A 10C 44 44
Octal 252 167 345 32 60 0 12 414 104 104
Binary 10101010 1110111 11100101 11010 110000 0 1010 100001100 1000100 1000100

Color Harmonies of #AA77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77E5

Black with #AA77E5

Text Example


Text Example

White with #AA77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77E5; }

 p { color: rgb(170,119,229); }

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

background-color css

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

 a { background-color: rgb(170,119,229); }

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

border-color css

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

 span { border-color: rgb(170,119,229); }

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