Html Css Color HEX #AA5EFD Medium Purple

📋 copy color: '#AA5EFD'

red 170 ◦ green 94 ◦ blue 253

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

Shades of Medium Purple #AA5EFD

Tints of Medium Purple #AA5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.18%

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 32.88%
G = 18.18%
B = 48.94%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA5EFD (or 0xAA5EFD) is known color: Medium Purple. HEX triplet: AA, 5E and FD. RGB value is (170,94,253). Sum of RGB (Red+Green+Blue) = 170+94+253=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA5EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFD is #55A102. Grayscale: #868686. Windows color (decimal): -5611779 or 16604842. OLE color: 16604842.

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

Color convert

RGB 170 94 253 -
CMYK 0.33 0.63 0 0.01
HSL 268.68º 0.98% 0.68% -
HSV(B) 268.68º 0.63% 0.99% -
XYZ 38.31 23.64 95.47 -
YUV 134.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 170 94 253 0.33 0.63 0 0.01 268.68 0.98 0.68
Hex AA 5E FD 21 3F 0 1 10D 62 44
Octal 252 136 375 41 77 0 1 415 142 104
Binary 10101010 1011110 11111101 100001 111111 0 1 100001101 1100010 1000100

Color Harmonies of #AA5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EFD

Black with #AA5EFD

Text Example


Text Example

White with #AA5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EFD; }

 p { color: rgb(170,94,253); }

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

background-color css

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

 a { background-color: rgb(170,94,253); }

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

border-color css

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

 span { border-color: rgb(170,94,253); }

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