Html Css Color HEX #AA71EA Medium Purple

📋 copy color: '#AA71EA'

red 170 ◦ green 113 ◦ blue 234

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

Shades of Medium Purple #AA71EA

Tints of Medium Purple #AA71EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 32.88%
G = 21.86%
B = 45.26%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA71EA (or 0xAA71EA) is known color: Medium Purple. HEX triplet: AA, 71 and EA. RGB value is (170,113,234). Sum of RGB (Red+Green+Blue) = 170+113+234=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA71EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71EA is #558E15. Grayscale: #8F8F8F. Windows color (decimal): -5606934 or 15364522. OLE color: 15364522.

HSL color Cylindrical-coordinate representation of color #AA71EA: hue angle of 268.26º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA71EA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 113 234 -
CMYK 0.27 0.52 0 0.08
HSL 268.26º 0.74% 0.68% -
HSV(B) 268.26º 0.52% 0.92% -
XYZ 37.33 26.3 80.95 -
YUV 143.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 170 113 234 0.27 0.52 0 0.08 268.26 0.74 0.68
Hex AA 71 EA 1B 34 0 8 10C 4A 44
Octal 252 161 352 33 64 0 10 414 112 104
Binary 10101010 1110001 11101010 11011 110100 0 1000 100001100 1001010 1000100

Color Harmonies of #AA71EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71EA

Black with #AA71EA

Text Example


Text Example

White with #AA71EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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