Html Css Color HEX #AA72FF Medium Purple

📋 copy color: '#AA72FF'

red 170 ◦ green 114 ◦ blue 255

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

Shades of Medium Purple #AA72FF

Tints of Medium Purple #AA72FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 31.54%
G = 21.15%
B = 47.31%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA72FF (or 0xAA72FF) is known color: Medium Purple. HEX triplet: AA, 72 and FF. RGB value is (170,114,255). Sum of RGB (Red+Green+Blue) = 170+114+255=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72FF is #558D00. Grayscale: #929292. Windows color (decimal): -5606657 or 16741034. OLE color: 16741034.

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

Color convert

RGB 170 114 255 -
CMYK 0.33 0.55 0 0
HSL 263.83º 1% 0.72% -
HSV(B) 263.83º 0.55% 1% -
XYZ 40.64 27.8 97.83 -
YUV 146.82 189.05 144.54 -
System Red Green Blue C M Y K H S L
Decimal 170 114 255 0.33 0.55 0 0 263.83 1 0.72
Hex AA 72 FF 21 37 0 0 108 64 48
Octal 252 162 377 41 67 0 0 410 144 110
Binary 10101010 1110010 11111111 100001 110111 0 0 100001000 1100100 1001000

Color Harmonies of #AA72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72FF

Black with #AA72FF

Text Example


Text Example

White with #AA72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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