Html Css Color HEX #AA59DB Medium Orchid

📋 copy color: '#AA59DB'

red 170 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #AA59DB

Tints of Medium Orchid #AA59DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 35.56%
G = 18.62%
B = 45.82%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA59DB (or 0xAA59DB) is known color: Medium Orchid. HEX triplet: AA, 59 and DB. RGB value is (170,89,219). Sum of RGB (Red+Green+Blue) = 170+89+219=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59DB is #55A624. Grayscale: #7F7F7F. Windows color (decimal): -5613093 or 14375338. OLE color: 14375338.

HSL color Cylindrical-coordinate representation of color #AA59DB: hue angle of 277.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA59DB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 89 219 -
CMYK 0.22 0.59 0 0.14
HSL 277.38º 0.64% 0.6% -
HSV(B) 277.38º 0.59% 0.86% -
XYZ 32.94 20.81 69.3 -
YUV 128.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 170 89 219 0.22 0.59 0 0.14 277.38 0.64 0.6
Hex AA 59 DB 16 3B 0 E 115 40 3C
Octal 252 131 333 26 73 0 16 425 100 74
Binary 10101010 1011001 11011011 10110 111011 0 1110 100010101 1000000 111100

Color Harmonies of #AA59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59DB

Black with #AA59DB

Text Example


Text Example

White with #AA59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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