Html Css Color HEX #AA71EB Medium Purple

📋 copy color: '#AA71EB'

red 170 ◦ green 113 ◦ blue 235

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

Shades of Medium Purple #AA71EB

Tints of Medium Purple #AA71EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 32.82%
G = 21.81%
B = 45.37%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA71EB (or 0xAA71EB) is known color: Medium Purple. HEX triplet: AA, 71 and EB. RGB value is (170,113,235). Sum of RGB (Red+Green+Blue) = 170+113+235=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71EB is #558E14. Grayscale: #8F8F8F. Windows color (decimal): -5606933 or 15430058. OLE color: 15430058.

HSL color Cylindrical-coordinate representation of color #AA71EB: hue angle of 268.03º degrees, saturation: 0.75, 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 #AA71EB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 113 235 -
CMYK 0.28 0.52 0 0.08
HSL 268.03º 0.75% 0.68% -
HSV(B) 268.03º 0.52% 0.92% -
XYZ 37.48 26.35 81.71 -
YUV 143.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 170 113 235 0.28 0.52 0 0.08 268.03 0.75 0.68
Hex AA 71 EB 1C 34 0 8 10C 4B 44
Octal 252 161 353 34 64 0 10 414 113 104
Binary 10101010 1110001 11101011 11100 110100 0 1000 100001100 1001011 1000100

Color Harmonies of #AA71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71EB

Black with #AA71EB

Text Example


Text Example

White with #AA71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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