Html Css Color HEX #AA5DFF Medium Purple

📋 copy color: '#AA5DFF'

red 170 ◦ green 93 ◦ blue 255

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

Shades of Medium Purple #AA5DFF

Tints of Medium Purple #AA5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

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

R = 32.82%
G = 17.95%
B = 49.23%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA5DFF (or 0xAA5DFF) is known color: Medium Purple. HEX triplet: AA, 5D and FF. RGB value is (170,93,255). Sum of RGB (Red+Green+Blue) = 170+93+255=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DFF is #55A200. Grayscale: #858585. Windows color (decimal): -5612033 or 16735658. OLE color: 16735658.

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

Color convert

RGB 170 93 255 -
CMYK 0.33 0.64 0 0
HSL 268.52º 1% 0.68% -
HSV(B) 268.52º 0.64% 1% -
XYZ 38.54 23.59 97.13 -
YUV 134.49 196.01 153.33 -
System Red Green Blue C M Y K H S L
Decimal 170 93 255 0.33 0.64 0 0 268.52 1 0.68
Hex AA 5D FF 21 40 0 0 10D 64 44
Octal 252 135 377 41 100 0 0 415 144 104
Binary 10101010 1011101 11111111 100001 1000000 0 0 100001101 1100100 1000100

Color Harmonies of #AA5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DFF

Black with #AA5DFF

Text Example


Text Example

White with #AA5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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