Html Css Color HEX #AA73ED Medium Purple

📋 copy color: '#AA73ED'

red 170 ◦ green 115 ◦ blue 237

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

Shades of Medium Purple #AA73ED

Tints of Medium Purple #AA73ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 32.57%
G = 22.03%
B = 45.4%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA73ED (or 0xAA73ED) is known color: Medium Purple. HEX triplet: AA, 73 and ED. RGB value is (170,115,237). Sum of RGB (Red+Green+Blue) = 170+115+237=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA73ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA73ED is #558C12. Grayscale: #909090. Windows color (decimal): -5606419 or 15561642. OLE color: 15561642.

HSL color Cylindrical-coordinate representation of color #AA73ED: hue angle of 267.05º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA73ED is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 115 237 -
CMYK 0.28 0.51 0 0.07
HSL 267.05º 0.77% 0.69% -
HSV(B) 267.05º 0.51% 0.93% -
XYZ 37.99 26.92 83.31 -
YUV 145.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 170 115 237 0.28 0.51 0 0.07 267.05 0.77 0.69
Hex AA 73 ED 1C 33 0 7 10B 4D 45
Octal 252 163 355 34 63 0 7 413 115 105
Binary 10101010 1110011 11101101 11100 110011 0 111 100001011 1001101 1000101

Color Harmonies of #AA73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73ED

Black with #AA73ED

Text Example


Text Example

White with #AA73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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