Html Css Color HEX #AA61EC Medium Purple

📋 copy color: '#AA61EC'

red 170 ◦ green 97 ◦ blue 236

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

Shades of Medium Purple #AA61EC

Tints of Medium Purple #AA61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 33.8%
G = 19.28%
B = 46.92%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA61EC (or 0xAA61EC) is known color: Medium Purple. HEX triplet: AA, 61 and EC. RGB value is (170,97,236). Sum of RGB (Red+Green+Blue) = 170+97+236=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA61EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61EC is #559E13. Grayscale: #868686. Windows color (decimal): -5611028 or 15491498. OLE color: 15491498.

HSL color Cylindrical-coordinate representation of color #AA61EC: hue angle of 271.51º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA61EC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 97 236 -
CMYK 0.28 0.59 0 0.07
HSL 271.51º 0.79% 0.65% -
HSV(B) 271.51º 0.59% 0.93% -
XYZ 35.99 23.15 81.93 -
YUV 134.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 170 97 236 0.28 0.59 0 0.07 271.51 0.79 0.65
Hex AA 61 EC 1C 3B 0 7 110 4F 41
Octal 252 141 354 34 73 0 7 420 117 101
Binary 10101010 1100001 11101100 11100 111011 0 111 100010000 1001111 1000001

Color Harmonies of #AA61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61EC

Black with #AA61EC

Text Example


Text Example

White with #AA61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61EC; }

 p { color: rgb(170,97,236); }

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

background-color css

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

 a { background-color: rgb(170,97,236); }

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

border-color css

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

 span { border-color: rgb(170,97,236); }

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