Html Css Color HEX #AA72FA Medium Purple

📋 copy color: '#AA72FA'

red 170 ◦ green 114 ◦ blue 250

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

Shades of Medium Purple #AA72FA

Tints of Medium Purple #AA72FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 31.84%
G = 21.35%
B = 46.82%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA72FA (or 0xAA72FA) is known color: Medium Purple. HEX triplet: AA, 72 and FA. RGB value is (170,114,250). Sum of RGB (Red+Green+Blue) = 170+114+250=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA72FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA72FA is #558D05. Grayscale: #919191. Windows color (decimal): -5606662 or 16413354. OLE color: 16413354.

HSL color Cylindrical-coordinate representation of color #AA72FA: hue angle of 264.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA72FA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 114 250 -
CMYK 0.32 0.54 0 0.02
HSL 264.71º 0.93% 0.71% -
HSV(B) 264.71º 0.54% 0.98% -
XYZ 39.85 27.48 93.65 -
YUV 146.25 186.55 144.94 -
System Red Green Blue C M Y K H S L
Decimal 170 114 250 0.32 0.54 0 0.02 264.71 0.93 0.71
Hex AA 72 FA 20 36 0 2 109 5D 47
Octal 252 162 372 40 66 0 2 411 135 107
Binary 10101010 1110010 11111010 100000 110110 0 10 100001001 1011101 1000111

Color Harmonies of #AA72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72FA

Black with #AA72FA

Text Example


Text Example

White with #AA72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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