Html Css Color HEX #AA71FF Medium Purple

📋 copy color: '#AA71FF'

red 170 ◦ green 113 ◦ blue 255

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

Shades of Medium Purple #AA71FF

Tints of Medium Purple #AA71FF

RGB

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

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

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

R = 31.6%
G = 21%
B = 47.4%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA71FF (or 0xAA71FF) is known color: Medium Purple. HEX triplet: AA, 71 and FF. RGB value is (170,113,255). Sum of RGB (Red+Green+Blue) = 170+113+255=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71FF is #558E00. Grayscale: #919191. Windows color (decimal): -5606913 or 16740778. OLE color: 16740778.

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

Color convert

RGB 170 113 255 -
CMYK 0.33 0.56 0 0
HSL 264.08º 1% 0.72% -
HSV(B) 264.08º 0.56% 1% -
XYZ 40.53 27.58 97.79 -
YUV 146.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 170 113 255 0.33 0.56 0 0 264.08 1 0.72
Hex AA 71 FF 21 38 0 0 108 64 48
Octal 252 161 377 41 70 0 0 410 144 110
Binary 10101010 1110001 11111111 100001 111000 0 0 100001000 1100100 1001000

Color Harmonies of #AA71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71FF

Black with #AA71FF

Text Example


Text Example

White with #AA71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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