Html Css Color HEX #AA5FEE Medium Purple

📋 copy color: '#AA5FEE'

red 170 ◦ green 95 ◦ blue 238

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

Shades of Medium Purple #AA5FEE

Tints of Medium Purple #AA5FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.89%

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

R = 33.8%
G = 18.89%
B = 47.32%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA5FEE (or 0xAA5FEE) is known color: Medium Purple. HEX triplet: AA, 5F and EE. RGB value is (170,95,238). Sum of RGB (Red+Green+Blue) = 170+95+238=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA5FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FEE is #55A011. Grayscale: #858585. Windows color (decimal): -5611538 or 15622058. OLE color: 15622058.

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

Color convert

RGB 170 95 238 -
CMYK 0.29 0.60 0 0.07
HSL 271.47º 0.81% 0.65% -
HSV(B) 271.47º 0.6% 0.93% -
XYZ 36.1 22.9 83.41 -
YUV 133.73 186.85 153.87 -
System Red Green Blue C M Y K H S L
Decimal 170 95 238 0.29 0.60 0 0.07 271.47 0.81 0.65
Hex AA 5F EE 1D 3C 0 7 10F 51 41
Octal 252 137 356 35 74 0 7 417 121 101
Binary 10101010 1011111 11101110 11101 111100 0 111 100001111 1010001 1000001

Color Harmonies of #AA5FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FEE

Black with #AA5FEE

Text Example


Text Example

White with #AA5FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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