Html Css Color HEX #AA73FF Medium Purple

📋 copy color: '#AA73FF'

red 170 ◦ green 115 ◦ blue 255

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

Shades of Medium Purple #AA73FF

Tints of Medium Purple #AA73FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 31.48%
G = 21.3%
B = 47.22%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA73FF (or 0xAA73FF) is known color: Medium Purple. HEX triplet: AA, 73 and FF. RGB value is (170,115,255). Sum of RGB (Red+Green+Blue) = 170+115+255=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73FF is #558C00. Grayscale: #929292. Windows color (decimal): -5606401 or 16741290. OLE color: 16741290.

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

Color convert

RGB 170 115 255 -
CMYK 0.33 0.55 0 0
HSL 263.57º 1% 0.73% -
HSV(B) 263.57º 0.55% 1% -
XYZ 40.76 28.03 97.87 -
YUV 147.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 170 115 255 0.33 0.55 0 0 263.57 1 0.73
Hex AA 73 FF 21 37 0 0 108 64 49
Octal 252 163 377 41 67 0 0 410 144 111
Binary 10101010 1110011 11111111 100001 110111 0 0 100001000 1100100 1001001

Color Harmonies of #AA73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73FF

Black with #AA73FF

Text Example


Text Example

White with #AA73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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