Html Css Color HEX #AA59FC Medium Purple

📋 copy color: '#AA59FC'

red 170 ◦ green 89 ◦ blue 252

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

Shades of Medium Purple #AA59FC

Tints of Medium Purple #AA59FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 33.27%
G = 17.42%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA59FC (or 0xAA59FC) is known color: Medium Purple. HEX triplet: AA, 59 and FC. RGB value is (170,89,252). Sum of RGB (Red+Green+Blue) = 170+89+252=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA59FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59FC is #55A603. Grayscale: #838383. Windows color (decimal): -5613060 or 16538026. OLE color: 16538026.

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

Color convert

RGB 170 89 252 -
CMYK 0.33 0.65 0 0.01
HSL 269.82º 0.96% 0.67% -
HSV(B) 269.82º 0.65% 0.99% -
XYZ 37.72 22.72 94.49 -
YUV 131.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 170 89 252 0.33 0.65 0 0.01 269.82 0.96 0.67
Hex AA 59 FC 21 41 0 1 10E 60 43
Octal 252 131 374 41 101 0 1 416 140 103
Binary 10101010 1011001 11111100 100001 1000001 0 1 100001110 1100000 1000011

Color Harmonies of #AA59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59FC

Black with #AA59FC

Text Example


Text Example

White with #AA59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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