Html Css Color HEX #AA72E9 Medium Purple

📋 copy color: '#AA72E9'

red 170 ◦ green 114 ◦ blue 233

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

Shades of Medium Purple #AA72E9

Tints of Medium Purple #AA72E9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 32.88%
G = 22.05%
B = 45.07%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA72E9 (or 0xAA72E9) is known color: Medium Purple. HEX triplet: AA, 72 and E9. RGB value is (170,114,233). Sum of RGB (Red+Green+Blue) = 170+114+233=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA72E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72E9 is #558D16. Grayscale: #8F8F8F. Windows color (decimal): -5606679 or 15299242. OLE color: 15299242.

HSL color Cylindrical-coordinate representation of color #AA72E9: hue angle of 268.24º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA72E9 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 114 233 -
CMYK 0.27 0.51 0 0.09
HSL 268.24º 0.73% 0.68% -
HSV(B) 268.24º 0.51% 0.91% -
XYZ 37.3 26.46 80.23 -
YUV 144.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 170 114 233 0.27 0.51 0 0.09 268.24 0.73 0.68
Hex AA 72 E9 1B 33 0 9 10C 49 44
Octal 252 162 351 33 63 0 11 414 111 104
Binary 10101010 1110010 11101001 11011 110011 0 1001 100001100 1001001 1000100

Color Harmonies of #AA72E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72E9

Black with #AA72E9

Text Example


Text Example

White with #AA72E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72E9; }

 p { color: rgb(170,114,233); }

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

background-color css

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

 a { background-color: rgb(170,114,233); }

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

border-color css

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

 span { border-color: rgb(170,114,233); }

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