Html Css Color HEX #AA71FA Medium Purple

📋 copy color: '#AA71FA'

red 170 ◦ green 113 ◦ blue 250

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

Shades of Medium Purple #AA71FA

Tints of Medium Purple #AA71FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

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

R = 31.89%
G = 21.2%
B = 46.9%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA71FA (or 0xAA71FA) is known color: Medium Purple. HEX triplet: AA, 71 and FA. RGB value is (170,113,250). Sum of RGB (Red+Green+Blue) = 170+113+250=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71FA is #558E05. Grayscale: #919191. Windows color (decimal): -5606918 or 16413098. OLE color: 16413098.

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

Color convert

RGB 170 113 250 -
CMYK 0.32 0.55 0 0.02
HSL 264.96º 0.93% 0.71% -
HSV(B) 264.96º 0.55% 0.98% -
XYZ 39.74 27.26 93.61 -
YUV 145.66 186.88 145.36 -
System Red Green Blue C M Y K H S L
Decimal 170 113 250 0.32 0.55 0 0.02 264.96 0.93 0.71
Hex AA 71 FA 20 37 0 2 109 5D 47
Octal 252 161 372 40 67 0 2 411 135 107
Binary 10101010 1110001 11111010 100000 110111 0 10 100001001 1011101 1000111

Color Harmonies of #AA71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71FA

Black with #AA71FA

Text Example


Text Example

White with #AA71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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