Html Css Color HEX #AA5AFF Medium Purple

📋 copy color: '#AA5AFF'

red 170 ◦ green 90 ◦ blue 255

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

Shades of Medium Purple #AA5AFF

Tints of Medium Purple #AA5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.48%

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

R = 33.01%
G = 17.48%
B = 49.51%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA5AFF (or 0xAA5AFF) is known color: Medium Purple. HEX triplet: AA, 5A and FF. RGB value is (170,90,255). Sum of RGB (Red+Green+Blue) = 170+90+255=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFF is #55A500. Grayscale: #848484. Windows color (decimal): -5612801 or 16734890. OLE color: 16734890.

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

Color convert

RGB 170 90 255 -
CMYK 0.33 0.65 0 0
HSL 269.09º 1% 0.68% -
HSV(B) 269.09º 0.65% 1% -
XYZ 38.28 23.08 97.04 -
YUV 132.73 197 154.58 -
System Red Green Blue C M Y K H S L
Decimal 170 90 255 0.33 0.65 0 0 269.09 1 0.68
Hex AA 5A FF 21 41 0 0 10D 64 44
Octal 252 132 377 41 101 0 0 415 144 104
Binary 10101010 1011010 11111111 100001 1000001 0 0 100001101 1100100 1000100

Color Harmonies of #AA5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AFF

Black with #AA5AFF

Text Example


Text Example

White with #AA5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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