Html Css Color HEX #AA59C9 Medium Orchid

📋 copy color: '#AA59C9'

red 170 ◦ green 89 ◦ blue 201

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

Shades of Medium Orchid #AA59C9

Tints of Medium Orchid #AA59C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 36.96%
G = 19.35%
B = 43.7%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA59C9 (or 0xAA59C9) is known color: Medium Orchid. HEX triplet: AA, 59 and C9. RGB value is (170,89,201). Sum of RGB (Red+Green+Blue) = 170+89+201=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA59C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59C9 is #55A636. Grayscale: #7D7D7D. Windows color (decimal): -5613111 or 13195690. OLE color: 13195690.

HSL color Cylindrical-coordinate representation of color #AA59C9: hue angle of 283.39º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA59C9 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 89 201 -
CMYK 0.15 0.56 0 0.21
HSL 283.39º 0.51% 0.57% -
HSV(B) 283.39º 0.56% 0.79% -
XYZ 30.69 19.91 57.48 -
YUV 125.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 170 89 201 0.15 0.56 0 0.21 283.39 0.51 0.57
Hex AA 59 C9 F 38 0 15 11B 33 39
Octal 252 131 311 17 70 0 25 433 63 71
Binary 10101010 1011001 11001001 1111 111000 0 10101 100011011 110011 111001

Color Harmonies of #AA59C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59C9

Black with #AA59C9

Text Example


Text Example

White with #AA59C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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