Html Css Color HEX #AA5ED9 Medium Orchid

📋 copy color: '#AA5ED9'

red 170 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #AA5ED9

Tints of Medium Orchid #AA5ED9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 35.34%
G = 19.54%
B = 45.11%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA5ED9 (or 0xAA5ED9) is known color: Medium Orchid. HEX triplet: AA, 5E and D9. RGB value is (170,94,217). Sum of RGB (Red+Green+Blue) = 170+94+217=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA5ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ED9 is #55A126. Grayscale: #828282. Windows color (decimal): -5611815 or 14245546. OLE color: 14245546.

HSL color Cylindrical-coordinate representation of color #AA5ED9: hue angle of 277.07º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5ED9 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 94 217 -
CMYK 0.22 0.57 0 0.15
HSL 277.07º 0.62% 0.61% -
HSV(B) 277.07º 0.57% 0.85% -
XYZ 33.1 21.56 68.06 -
YUV 130.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 170 94 217 0.22 0.57 0 0.15 277.07 0.62 0.61
Hex AA 5E D9 16 39 0 F 115 3E 3D
Octal 252 136 331 26 71 0 17 425 76 75
Binary 10101010 1011110 11011001 10110 111001 0 1111 100010101 111110 111101

Color Harmonies of #AA5ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ED9

Black with #AA5ED9

Text Example


Text Example

White with #AA5ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ED9; }

 p { color: rgb(170,94,217); }

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

background-color css

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

 a { background-color: rgb(170,94,217); }

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

border-color css

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

 span { border-color: rgb(170,94,217); }

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