Html Css Color HEX #AA5EFA Medium Purple

📋 copy color: '#AA5EFA'

red 170 ◦ green 94 ◦ blue 250

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

Shades of Medium Purple #AA5EFA

Tints of Medium Purple #AA5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 33.07%
G = 18.29%
B = 48.64%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA5EFA (or 0xAA5EFA) is known color: Medium Purple. HEX triplet: AA, 5E and FA. RGB value is (170,94,250). Sum of RGB (Red+Green+Blue) = 170+94+250=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EFA is #55A105. Grayscale: #858585. Windows color (decimal): -5611782 or 16408234. OLE color: 16408234.

HSL color Cylindrical-coordinate representation of color #AA5EFA: hue angle of 269.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5EFA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 94 250 -
CMYK 0.32 0.62 0 0.02
HSL 269.23º 0.94% 0.67% -
HSV(B) 269.23º 0.62% 0.98% -
XYZ 37.84 23.45 92.98 -
YUV 134.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 170 94 250 0.32 0.62 0 0.02 269.23 0.94 0.67
Hex AA 5E FA 20 3E 0 2 10D 5E 43
Octal 252 136 372 40 76 0 2 415 136 103
Binary 10101010 1011110 11111010 100000 111110 0 10 100001101 1011110 1000011

Color Harmonies of #AA5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EFA

Black with #AA5EFA

Text Example


Text Example

White with #AA5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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