Html Css Color HEX #AA77E0 Medium Purple

📋 copy color: '#AA77E0'

red 170 ◦ green 119 ◦ blue 224

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

Shades of Medium Purple #AA77E0

Tints of Medium Purple #AA77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 33.14%
G = 23.2%
B = 43.66%

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

#AA77E0 (or 0xAA77E0) is known color: Medium Purple. HEX triplet: AA, 77 and E0. RGB value is (170,119,224). Sum of RGB (Red+Green+Blue) = 170+119+224=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA77E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77E0 is #55881F. Grayscale: #919191. Windows color (decimal): -5605408 or 14710698. OLE color: 14710698.

HSL color Cylindrical-coordinate representation of color #AA77E0: hue angle of 269.14º degrees, saturation: 0.63, 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 #AA77E0 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 119 224 -
CMYK 0.24 0.47 0 0.12
HSL 269.14º 0.63% 0.67% -
HSV(B) 269.14º 0.47% 0.88% -
XYZ 36.63 27.12 73.83 -
YUV 146.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 170 119 224 0.24 0.47 0 0.12 269.14 0.63 0.67
Hex AA 77 E0 18 2F 0 C 10D 3F 43
Octal 252 167 340 30 57 0 14 415 77 103
Binary 10101010 1110111 11100000 11000 101111 0 1100 100001101 111111 1000011

Color Harmonies of #AA77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77E0

Black with #AA77E0

Text Example


Text Example

White with #AA77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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