Html Css Color HEX #AA59EC Medium Orchid

📋 copy color: '#AA59EC'

red 170 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #AA59EC

Tints of Medium Orchid #AA59EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 34.34%
G = 17.98%
B = 47.68%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA59EC (or 0xAA59EC) is known color: Medium Orchid. HEX triplet: AA, 59 and EC. RGB value is (170,89,236). Sum of RGB (Red+Green+Blue) = 170+89+236=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59EC is #55A613. Grayscale: #818181. Windows color (decimal): -5613076 or 15489450. OLE color: 15489450.

HSL color Cylindrical-coordinate representation of color #AA59EC: hue angle of 273.06º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA59EC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 89 236 -
CMYK 0.28 0.62 0 0.07
HSL 273.06º 0.79% 0.64% -
HSV(B) 273.06º 0.62% 0.93% -
XYZ 35.29 21.75 81.69 -
YUV 129.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 170 89 236 0.28 0.62 0 0.07 273.06 0.79 0.64
Hex AA 59 EC 1C 3E 0 7 111 4F 40
Octal 252 131 354 34 76 0 7 421 117 100
Binary 10101010 1011001 11101100 11100 111110 0 111 100010001 1001111 1000000

Color Harmonies of #AA59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59EC

Black with #AA59EC

Text Example


Text Example

White with #AA59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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