Html Css Color HEX #AA5AFA Medium Purple

📋 copy color: '#AA5AFA'

red 170 ◦ green 90 ◦ blue 250

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

Shades of Medium Purple #AA5AFA

Tints of Medium Purple #AA5AFA

RGB

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

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

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

R = 33.33%
G = 17.65%
B = 49.02%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA5AFA (or 0xAA5AFA) is known color: Medium Purple. HEX triplet: AA, 5A and FA. RGB value is (170,90,250). Sum of RGB (Red+Green+Blue) = 170+90+250=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA5AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFA is #55A505. Grayscale: #838383. Windows color (decimal): -5612806 or 16407210. OLE color: 16407210.

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

Color convert

RGB 170 90 250 -
CMYK 0.32 0.64 0 0.02
HSL 270º 0.94% 0.67% -
HSV(B) 270º 0.64% 0.98% -
XYZ 37.49 22.76 92.86 -
YUV 132.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 170 90 250 0.32 0.64 0 0.02 270 0.94 0.67
Hex AA 5A FA 20 40 0 2 10E 5E 43
Octal 252 132 372 40 100 0 2 416 136 103
Binary 10101010 1011010 11111010 100000 1000000 0 10 100001110 1011110 1000011

Color Harmonies of #AA5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5AFA

Black with #AA5AFA

Text Example


Text Example

White with #AA5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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