Html Css Color HEX #AA5ED5 Medium Orchid

📋 copy color: '#AA5ED5'

red 170 ◦ green 94 ◦ blue 213

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

Shades of Medium Orchid #AA5ED5

Tints of Medium Orchid #AA5ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.65%

R = 35.64%
G = 19.71%
B = 44.65%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA5ED5 (or 0xAA5ED5) is known color: Medium Orchid. HEX triplet: AA, 5E and D5. RGB value is (170,94,213). Sum of RGB (Red+Green+Blue) = 170+94+213=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA5ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ED5 is #55A12A. Grayscale: #818181. Windows color (decimal): -5611819 or 13983402. OLE color: 13983402.

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

Color convert

RGB 170 94 213 -
CMYK 0.20 0.56 0 0.16
HSL 278.32º 0.59% 0.6% -
HSV(B) 278.32º 0.56% 0.84% -
XYZ 32.59 21.36 65.36 -
YUV 130.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 170 94 213 0.20 0.56 0 0.16 278.32 0.59 0.6
Hex AA 5E D5 14 38 0 10 116 3B 3C
Octal 252 136 325 24 70 0 20 426 73 74
Binary 10101010 1011110 11010101 10100 111000 0 10000 100010110 111011 111100

Color Harmonies of #AA5ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ED5

Black with #AA5ED5

Text Example


Text Example

White with #AA5ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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