Html Css Color HEX #AA59ED Medium Orchid

📋 copy color: '#AA59ED'

red 170 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #AA59ED

Tints of Medium Orchid #AA59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 34.27%
G = 17.94%
B = 47.78%

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

#AA59ED (or 0xAA59ED) is known color: Medium Orchid. HEX triplet: AA, 59 and ED. RGB value is (170,89,237). Sum of RGB (Red+Green+Blue) = 170+89+237=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59ED is #55A612. Grayscale: #818181. Windows color (decimal): -5613075 or 15554986. OLE color: 15554986.

HSL color Cylindrical-coordinate representation of color #AA59ED: hue angle of 272.84º degrees, saturation: 0.8, 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 #AA59ED is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 89 237 -
CMYK 0.28 0.62 0 0.07
HSL 272.84º 0.8% 0.64% -
HSV(B) 272.84º 0.62% 0.93% -
XYZ 35.44 21.81 82.46 -
YUV 130.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 170 89 237 0.28 0.62 0 0.07 272.84 0.8 0.64
Hex AA 59 ED 1C 3E 0 7 111 50 40
Octal 252 131 355 34 76 0 7 421 120 100
Binary 10101010 1011001 11101101 11100 111110 0 111 100010001 1010000 1000000

Color Harmonies of #AA59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59ED

Black with #AA59ED

Text Example


Text Example

White with #AA59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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