Html Css Color HEX #AA59D7 Medium Orchid

📋 copy color: '#AA59D7'

red 170 ◦ green 89 ◦ blue 215

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

Shades of Medium Orchid #AA59D7

Tints of Medium Orchid #AA59D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 35.86%
G = 18.78%
B = 45.36%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA59D7 (or 0xAA59D7) is known color: Medium Orchid. HEX triplet: AA, 59 and D7. RGB value is (170,89,215). Sum of RGB (Red+Green+Blue) = 170+89+215=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA59D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59D7 is #55A628. Grayscale: #7F7F7F. Windows color (decimal): -5613097 or 14113194. OLE color: 14113194.

HSL color Cylindrical-coordinate representation of color #AA59D7: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA59D7 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 89 215 -
CMYK 0.21 0.59 0 0.16
HSL 278.57º 0.61% 0.6% -
HSV(B) 278.57º 0.59% 0.84% -
XYZ 32.42 20.6 66.56 -
YUV 127.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 170 89 215 0.21 0.59 0 0.16 278.57 0.61 0.6
Hex AA 59 D7 15 3B 0 10 117 3D 3C
Octal 252 131 327 25 73 0 20 427 75 74
Binary 10101010 1011001 11010111 10101 111011 0 10000 100010111 111101 111100

Color Harmonies of #AA59D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59D7

Black with #AA59D7

Text Example


Text Example

White with #AA59D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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