Html Css Color HEX #AA73E1 Medium Purple

📋 copy color: '#AA73E1'

red 170 ◦ green 115 ◦ blue 225

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

Shades of Medium Purple #AA73E1

Tints of Medium Purple #AA73E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.12%

R = 33.33%
G = 22.55%
B = 44.12%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA73E1 (or 0xAA73E1) is known color: Medium Purple. HEX triplet: AA, 73 and E1. RGB value is (170,115,225). Sum of RGB (Red+Green+Blue) = 170+115+225=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA73E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73E1 is #558C1E. Grayscale: #8F8F8F. Windows color (decimal): -5606431 or 14775210. OLE color: 14775210.

HSL color Cylindrical-coordinate representation of color #AA73E1: hue angle of 270º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA73E1 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 115 225 -
CMYK 0.24 0.49 0 0.12
HSL 270º 0.65% 0.67% -
HSV(B) 270º 0.49% 0.88% -
XYZ 36.3 26.24 74.39 -
YUV 143.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 170 115 225 0.24 0.49 0 0.12 270 0.65 0.67
Hex AA 73 E1 18 31 0 C 10E 41 43
Octal 252 163 341 30 61 0 14 416 101 103
Binary 10101010 1110011 11100001 11000 110001 0 1100 100001110 1000001 1000011

Color Harmonies of #AA73E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73E1

Black with #AA73E1

Text Example


Text Example

White with #AA73E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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