Html Css Color HEX #AA59DD Medium Orchid

📋 copy color: '#AA59DD'

red 170 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #AA59DD

Tints of Medium Orchid #AA59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 35.42%
G = 18.54%
B = 46.04%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA59DD (or 0xAA59DD) is known color: Medium Orchid. HEX triplet: AA, 59 and DD. RGB value is (170,89,221). Sum of RGB (Red+Green+Blue) = 170+89+221=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59DD is #55A622. Grayscale: #7F7F7F. Windows color (decimal): -5613091 or 14506410. OLE color: 14506410.

HSL color Cylindrical-coordinate representation of color #AA59DD: hue angle of 276.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA59DD is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 89 221 -
CMYK 0.23 0.60 0 0.13
HSL 276.82º 0.66% 0.61% -
HSV(B) 276.82º 0.6% 0.87% -
XYZ 33.2 20.91 70.69 -
YUV 128.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 170 89 221 0.23 0.60 0 0.13 276.82 0.66 0.61
Hex AA 59 DD 17 3C 0 D 115 42 3D
Octal 252 131 335 27 74 0 15 425 102 75
Binary 10101010 1011001 11011101 10111 111100 0 1101 100010101 1000010 111101

Color Harmonies of #AA59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59DD

Black with #AA59DD

Text Example


Text Example

White with #AA59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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