Html Css Color HEX #AA59FA Medium Purple

📋 copy color: '#AA59FA'

red 170 ◦ green 89 ◦ blue 250

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

Shades of Medium Purple #AA59FA

Tints of Medium Purple #AA59FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 33.4%
G = 17.49%
B = 49.12%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA59FA (or 0xAA59FA) is known color: Medium Purple. HEX triplet: AA, 59 and FA. RGB value is (170,89,250). Sum of RGB (Red+Green+Blue) = 170+89+250=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA59FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59FA is #55A605. Grayscale: #838383. Windows color (decimal): -5613062 or 16406954. OLE color: 16406954.

HSL color Cylindrical-coordinate representation of color #AA59FA: hue angle of 270.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA59FA is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 89 250 -
CMYK 0.32 0.64 0 0.02
HSL 270.19º 0.94% 0.66% -
HSV(B) 270.19º 0.64% 0.98% -
XYZ 37.41 22.59 92.83 -
YUV 131.57 194.84 155.41 -
System Red Green Blue C M Y K H S L
Decimal 170 89 250 0.32 0.64 0 0.02 270.19 0.94 0.66
Hex AA 59 FA 20 40 0 2 10E 5E 42
Octal 252 131 372 40 100 0 2 416 136 102
Binary 10101010 1011001 11111010 100000 1000000 0 10 100001110 1011110 1000010

Color Harmonies of #AA59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59FA

Black with #AA59FA

Text Example


Text Example

White with #AA59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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