Html Css Color HEX #AA73FD Medium Purple

📋 copy color: '#AA73FD'

red 170 ◦ green 115 ◦ blue 253

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

Shades of Medium Purple #AA73FD

Tints of Medium Purple #AA73FD

RGB

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

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

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

R = 31.6%
G = 21.38%
B = 47.03%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA73FD (or 0xAA73FD) is known color: Medium Purple. HEX triplet: AA, 73 and FD. RGB value is (170,115,253). Sum of RGB (Red+Green+Blue) = 170+115+253=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA73FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73FD is #558C02. Grayscale: #929292. Windows color (decimal): -5606403 or 16610218. OLE color: 16610218.

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

Color convert

RGB 170 115 253 -
CMYK 0.33 0.55 0 0.01
HSL 263.91º 0.97% 0.72% -
HSV(B) 263.91º 0.55% 0.99% -
XYZ 40.44 27.9 96.18 -
YUV 147.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 170 115 253 0.33 0.55 0 0.01 263.91 0.97 0.72
Hex AA 73 FD 21 37 0 1 108 61 48
Octal 252 163 375 41 67 0 1 410 141 110
Binary 10101010 1110011 11111101 100001 110111 0 1 100001000 1100001 1001000

Color Harmonies of #AA73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73FD

Black with #AA73FD

Text Example


Text Example

White with #AA73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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