Html Css Color HEX #AA5DFE Medium Purple

📋 copy color: '#AA5DFE'

red 170 ◦ green 93 ◦ blue 254

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

Shades of Medium Purple #AA5DFE

Tints of Medium Purple #AA5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 32.88%
G = 17.99%
B = 49.13%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA5DFE (or 0xAA5DFE) is known color: Medium Purple. HEX triplet: AA, 5D and FE. RGB value is (170,93,254). Sum of RGB (Red+Green+Blue) = 170+93+254=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DFE is #55A201. Grayscale: #858585. Windows color (decimal): -5612034 or 16670122. OLE color: 16670122.

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

Color convert

RGB 170 93 254 -
CMYK 0.33 0.63 0 0.00
HSL 268.7º 0.99% 0.68% -
HSV(B) 268.7º 0.63% 1% -
XYZ 38.38 23.53 96.28 -
YUV 134.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 170 93 254 0.33 0.63 0 0.00 268.7 0.99 0.68
Hex AA 5D FE 21 3F 0 0 10D 63 44
Octal 252 135 376 41 77 0 0 415 143 104
Binary 10101010 1011101 11111110 100001 111111 0 0 100001101 1100011 1000100

Color Harmonies of #AA5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DFE

Black with #AA5DFE

Text Example


Text Example

White with #AA5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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