Html Css Color HEX #AA5ECE Medium Orchid

📋 copy color: '#AA5ECE'

red 170 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #AA5ECE

Tints of Medium Orchid #AA5ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 36.17%
G = 20%
B = 43.83%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5ECE (or 0xAA5ECE) is known color: Medium Orchid. HEX triplet: AA, 5E and CE. RGB value is (170,94,206). Sum of RGB (Red+Green+Blue) = 170+94+206=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ECE is #55A131. Grayscale: #818181. Windows color (decimal): -5611826 or 13524650. OLE color: 13524650.

HSL color Cylindrical-coordinate representation of color #AA5ECE: hue angle of 280.71º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5ECE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 94 206 -
CMYK 0.17 0.54 0 0.19
HSL 280.71º 0.53% 0.59% -
HSV(B) 280.71º 0.54% 0.81% -
XYZ 31.72 21.01 60.78 -
YUV 129.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 170 94 206 0.17 0.54 0 0.19 280.71 0.53 0.59
Hex AA 5E CE 11 36 0 13 119 35 3B
Octal 252 136 316 21 66 0 23 431 65 73
Binary 10101010 1011110 11001110 10001 110110 0 10011 100011001 110101 111011

Color Harmonies of #AA5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ECE

Black with #AA5ECE

Text Example


Text Example

White with #AA5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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