Html Css Color HEX #AA77E1 Medium Purple

📋 copy color: '#AA77E1'

red 170 ◦ green 119 ◦ blue 225

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

Shades of Medium Purple #AA77E1

Tints of Medium Purple #AA77E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 33.07%
G = 23.15%
B = 43.77%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA77E1 (or 0xAA77E1) is known color: Medium Purple. HEX triplet: AA, 77 and E1. RGB value is (170,119,225). Sum of RGB (Red+Green+Blue) = 170+119+225=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA77E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77E1 is #55881E. Grayscale: #919191. Windows color (decimal): -5605407 or 14776234. OLE color: 14776234.

HSL color Cylindrical-coordinate representation of color #AA77E1: hue angle of 268.87º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA77E1 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 119 225 -
CMYK 0.24 0.47 0 0.12
HSL 268.87º 0.64% 0.67% -
HSV(B) 268.87º 0.47% 0.88% -
XYZ 36.77 27.18 74.54 -
YUV 146.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 170 119 225 0.24 0.47 0 0.12 268.87 0.64 0.67
Hex AA 77 E1 18 2F 0 C 10D 40 43
Octal 252 167 341 30 57 0 14 415 100 103
Binary 10101010 1110111 11100001 11000 101111 0 1100 100001101 1000000 1000011

Color Harmonies of #AA77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77E1

Black with #AA77E1

Text Example


Text Example

White with #AA77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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