Html Css Color HEX #AA77FF Medium Purple

📋 copy color: '#AA77FF'

red 170 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #AA77FF

Tints of Medium Purple #AA77FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 31.25%
G = 21.88%
B = 46.88%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA77FF (or 0xAA77FF) is known color: Medium Purple. HEX triplet: AA, 77 and FF. RGB value is (170,119,255). Sum of RGB (Red+Green+Blue) = 170+119+255=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA77FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77FF is #558800. Grayscale: #959595. Windows color (decimal): -5605377 or 16742314. OLE color: 16742314.

HSL color Cylindrical-coordinate representation of color #AA77FF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA77FF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 119 255 -
CMYK 0.33 0.53 0 0
HSL 262.5º 1% 0.73% -
HSV(B) 262.5º 0.53% 1% -
XYZ 41.22 28.96 98.02 -
YUV 149.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 170 119 255 0.33 0.53 0 0 262.5 1 0.73
Hex AA 77 FF 21 35 0 0 106 64 49
Octal 252 167 377 41 65 0 0 406 144 111
Binary 10101010 1110111 11111111 100001 110101 0 0 100000110 1100100 1001001

Color Harmonies of #AA77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77FF

Black with #AA77FF

Text Example


Text Example

White with #AA77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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