Html Css Color HEX #AA59E6 Medium Orchid

📋 copy color: '#AA59E6'

red 170 ◦ green 89 ◦ blue 230

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

Shades of Medium Orchid #AA59E6

Tints of Medium Orchid #AA59E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 34.76%
G = 18.2%
B = 47.03%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA59E6 (or 0xAA59E6) is known color: Medium Orchid. HEX triplet: AA, 59 and E6. RGB value is (170,89,230). Sum of RGB (Red+Green+Blue) = 170+89+230=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA59E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59E6 is #55A619. Grayscale: #808080. Windows color (decimal): -5613082 or 15096234. OLE color: 15096234.

HSL color Cylindrical-coordinate representation of color #AA59E6: hue angle of 274.47º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA59E6 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 89 230 -
CMYK 0.26 0.61 0 0.10
HSL 274.47º 0.74% 0.63% -
HSV(B) 274.47º 0.61% 0.9% -
XYZ 34.43 21.4 77.18 -
YUV 129.29 184.84 157.04 -
System Red Green Blue C M Y K H S L
Decimal 170 89 230 0.26 0.61 0 0.10 274.47 0.74 0.63
Hex AA 59 E6 1A 3D 0 A 112 4A 3F
Octal 252 131 346 32 75 0 12 422 112 77
Binary 10101010 1011001 11100110 11010 111101 0 1010 100010010 1001010 111111

Color Harmonies of #AA59E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59E6

Black with #AA59E6

Text Example


Text Example

White with #AA59E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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