Html Css Color HEX #AA61EE Medium Purple

📋 copy color: '#AA61EE'

red 170 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #AA61EE

Tints of Medium Purple #AA61EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 33.66%
G = 19.21%
B = 47.13%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA61EE (or 0xAA61EE) is known color: Medium Purple. HEX triplet: AA, 61 and EE. RGB value is (170,97,238). Sum of RGB (Red+Green+Blue) = 170+97+238=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61EE is #559E11. Grayscale: #868686. Windows color (decimal): -5611026 or 15622570. OLE color: 15622570.

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

Color convert

RGB 170 97 238 -
CMYK 0.29 0.59 0 0.07
HSL 271.06º 0.81% 0.66% -
HSV(B) 271.06º 0.59% 0.93% -
XYZ 36.28 23.27 83.47 -
YUV 134.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 170 97 238 0.29 0.59 0 0.07 271.06 0.81 0.66
Hex AA 61 EE 1D 3B 0 7 10F 51 42
Octal 252 141 356 35 73 0 7 417 121 102
Binary 10101010 1100001 11101110 11101 111011 0 111 100001111 1010001 1000010

Color Harmonies of #AA61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61EE

Black with #AA61EE

Text Example


Text Example

White with #AA61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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