Html Css Color HEX #AA73F9 Medium Purple

📋 copy color: '#AA73F9'

red 170 ◦ green 115 ◦ blue 249

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

Shades of Medium Purple #AA73F9

Tints of Medium Purple #AA73F9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.54%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 31.84%
G = 21.54%
B = 46.63%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA73F9 (or 0xAA73F9) is known color: Medium Purple. HEX triplet: AA, 73 and F9. RGB value is (170,115,249). Sum of RGB (Red+Green+Blue) = 170+115+249=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA73F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73F9 is #558C06. Grayscale: #929292. Windows color (decimal): -5606407 or 16348074. OLE color: 16348074.

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

Color convert

RGB 170 115 249 -
CMYK 0.32 0.54 0 0.02
HSL 264.63º 0.92% 0.71% -
HSV(B) 264.63º 0.54% 0.98% -
XYZ 39.81 27.65 92.86 -
YUV 146.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 170 115 249 0.32 0.54 0 0.02 264.63 0.92 0.71
Hex AA 73 F9 20 36 0 2 109 5C 47
Octal 252 163 371 40 66 0 2 411 134 107
Binary 10101010 1110011 11111001 100000 110110 0 10 100001001 1011100 1000111

Color Harmonies of #AA73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73F9

Black with #AA73F9

Text Example


Text Example

White with #AA73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73F9; }

 p { color: rgb(170,115,249); }

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

background-color css

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

 a { background-color: rgb(170,115,249); }

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

border-color css

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

 span { border-color: rgb(170,115,249); }

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