Html Css Color HEX #AA73FC Medium Purple

📋 copy color: '#AA73FC'

red 170 ◦ green 115 ◦ blue 252

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

Shades of Medium Purple #AA73FC

Tints of Medium Purple #AA73FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 31.66%
G = 21.42%
B = 46.93%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA73FC (or 0xAA73FC) is known color: Medium Purple. HEX triplet: AA, 73 and FC. RGB value is (170,115,252). Sum of RGB (Red+Green+Blue) = 170+115+252=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA73FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73FC is #558C03. Grayscale: #929292. Windows color (decimal): -5606404 or 16544682. OLE color: 16544682.

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

Color convert

RGB 170 115 252 -
CMYK 0.33 0.54 0 0.01
HSL 264.09º 0.96% 0.72% -
HSV(B) 264.09º 0.54% 0.99% -
XYZ 40.28 27.84 95.35 -
YUV 147.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 170 115 252 0.33 0.54 0 0.01 264.09 0.96 0.72
Hex AA 73 FC 21 36 0 1 108 60 48
Octal 252 163 374 41 66 0 1 410 140 110
Binary 10101010 1110011 11111100 100001 110110 0 1 100001000 1100000 1001000

Color Harmonies of #AA73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73FC

Black with #AA73FC

Text Example


Text Example

White with #AA73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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