Html Css Color HEX #AA73FE Medium Purple

📋 copy color: '#AA73FE'

red 170 ◦ green 115 ◦ blue 254

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

Shades of Medium Purple #AA73FE

Tints of Medium Purple #AA73FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 31.54%
G = 21.34%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA73FE (or 0xAA73FE) is known color: Medium Purple. HEX triplet: AA, 73 and FE. RGB value is (170,115,254). Sum of RGB (Red+Green+Blue) = 170+115+254=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73FE is #558C01. Grayscale: #929292. Windows color (decimal): -5606402 or 16675754. OLE color: 16675754.

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

Color convert

RGB 170 115 254 -
CMYK 0.33 0.55 0 0.00
HSL 263.74º 0.99% 0.72% -
HSV(B) 263.74º 0.55% 1% -
XYZ 40.6 27.96 97.02 -
YUV 147.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 170 115 254 0.33 0.55 0 0.00 263.74 0.99 0.72
Hex AA 73 FE 21 37 0 0 108 63 48
Octal 252 163 376 41 67 0 0 410 143 110
Binary 10101010 1110011 11111110 100001 110111 0 0 100001000 1100011 1001000

Color Harmonies of #AA73FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73FE

Black with #AA73FE

Text Example


Text Example

White with #AA73FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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