Html Css Color HEX #AA59FE Medium Purple

📋 copy color: '#AA59FE'

red 170 ◦ green 89 ◦ blue 254

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

Shades of Medium Purple #AA59FE

Tints of Medium Purple #AA59FE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.35%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 33.14%
G = 17.35%
B = 49.51%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AA59FE (or 0xAA59FE) is known color: Medium Purple. HEX triplet: AA, 59 and FE. RGB value is (170,89,254). Sum of RGB (Red+Green+Blue) = 170+89+254=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59FE is #55A601. Grayscale: #838383. Windows color (decimal): -5613058 or 16669098. OLE color: 16669098.

HSL color Cylindrical-coordinate representation of color #AA59FE: hue angle of 269.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA59FE is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 89 254 -
CMYK 0.33 0.65 0 0.00
HSL 269.45º 0.99% 0.67% -
HSV(B) 269.45º 0.65% 1% -
XYZ 38.04 22.85 96.17 -
YUV 132.03 196.84 155.08 -
System Red Green Blue C M Y K H S L
Decimal 170 89 254 0.33 0.65 0 0.00 269.45 0.99 0.67
Hex AA 59 FE 21 41 0 0 10D 63 43
Octal 252 131 376 41 101 0 0 415 143 103
Binary 10101010 1011001 11111110 100001 1000001 0 0 100001101 1100011 1000011

Color Harmonies of #AA59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59FE

Black with #AA59FE

Text Example


Text Example

White with #AA59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59FE; }

 p { color: rgb(170,89,254); }

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

background-color css

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

 a { background-color: rgb(170,89,254); }

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

border-color css

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

 span { border-color: rgb(170,89,254); }

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