Html Css Color HEX #AA5ED1 Medium Orchid

📋 copy color: '#AA5ED1'

red 170 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #AA5ED1

Tints of Medium Orchid #AA5ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 35.94%
G = 19.87%
B = 44.19%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA5ED1 (or 0xAA5ED1) is known color: Medium Orchid. HEX triplet: AA, 5E and D1. RGB value is (170,94,209). Sum of RGB (Red+Green+Blue) = 170+94+209=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA5ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ED1 is #55A12E. Grayscale: #818181. Windows color (decimal): -5611823 or 13721258. OLE color: 13721258.

HSL color Cylindrical-coordinate representation of color #AA5ED1: hue angle of 279.65º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5ED1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 94 209 -
CMYK 0.19 0.55 0 0.18
HSL 279.65º 0.56% 0.59% -
HSV(B) 279.65º 0.55% 0.82% -
XYZ 32.09 21.15 62.71 -
YUV 129.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 170 94 209 0.19 0.55 0 0.18 279.65 0.56 0.59
Hex AA 5E D1 13 37 0 12 118 38 3B
Octal 252 136 321 23 67 0 22 430 70 73
Binary 10101010 1011110 11010001 10011 110111 0 10010 100011000 111000 111011

Color Harmonies of #AA5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ED1

Black with #AA5ED1

Text Example


Text Example

White with #AA5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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