Html Css Color HEX #AA59CD Medium Orchid

📋 copy color: '#AA59CD'

red 170 ◦ green 89 ◦ blue 205

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

Shades of Medium Orchid #AA59CD

Tints of Medium Orchid #AA59CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 36.64%
G = 19.18%
B = 44.18%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA59CD (or 0xAA59CD) is known color: Medium Orchid. HEX triplet: AA, 59 and CD. RGB value is (170,89,205). Sum of RGB (Red+Green+Blue) = 170+89+205=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59CD is #55A632. Grayscale: #7E7E7E. Windows color (decimal): -5613107 or 13457834. OLE color: 13457834.

HSL color Cylindrical-coordinate representation of color #AA59CD: hue angle of 281.9º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA59CD is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 89 205 -
CMYK 0.17 0.57 0 0.20
HSL 281.9º 0.54% 0.58% -
HSV(B) 281.9º 0.57% 0.8% -
XYZ 31.17 20.1 59.99 -
YUV 126.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 170 89 205 0.17 0.57 0 0.20 281.9 0.54 0.58
Hex AA 59 CD 11 39 0 14 11A 36 3A
Octal 252 131 315 21 71 0 24 432 66 72
Binary 10101010 1011001 11001101 10001 111001 0 10100 100011010 110110 111010

Color Harmonies of #AA59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59CD

Black with #AA59CD

Text Example


Text Example

White with #AA59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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