Html Css Color HEX #AA5ECB Medium Orchid

📋 copy color: '#AA5ECB'

red 170 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #AA5ECB

Tints of Medium Orchid #AA5ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 36.4%
G = 20.13%
B = 43.47%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA5ECB (or 0xAA5ECB) is known color: Medium Orchid. HEX triplet: AA, 5E and CB. RGB value is (170,94,203). Sum of RGB (Red+Green+Blue) = 170+94+203=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ECB is #55A134. Grayscale: #808080. Windows color (decimal): -5611829 or 13328042. OLE color: 13328042.

HSL color Cylindrical-coordinate representation of color #AA5ECB: hue angle of 281.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA5ECB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 94 203 -
CMYK 0.16 0.54 0 0.20
HSL 281.83º 0.51% 0.58% -
HSV(B) 281.83º 0.54% 0.8% -
XYZ 31.36 20.86 58.87 -
YUV 129.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 170 94 203 0.16 0.54 0 0.20 281.83 0.51 0.58
Hex AA 5E CB 10 36 0 14 11A 33 3A
Octal 252 136 313 20 66 0 24 432 63 72
Binary 10101010 1011110 11001011 10000 110110 0 10100 100011010 110011 111010

Color Harmonies of #AA5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ECB

Black with #AA5ECB

Text Example


Text Example

White with #AA5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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