Html Css Color HEX #AA5ECF Medium Orchid

📋 copy color: '#AA5ECF'

red 170 ◦ green 94 ◦ blue 207

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

Shades of Medium Orchid #AA5ECF

Tints of Medium Orchid #AA5ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 36.09%
G = 19.96%
B = 43.95%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA5ECF (or 0xAA5ECF) is known color: Medium Orchid. HEX triplet: AA, 5E and CF. RGB value is (170,94,207). Sum of RGB (Red+Green+Blue) = 170+94+207=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA5ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ECF is #55A130. Grayscale: #818181. Windows color (decimal): -5611825 or 13590186. OLE color: 13590186.

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

Color convert

RGB 170 94 207 -
CMYK 0.18 0.55 0 0.19
HSL 280.35º 0.54% 0.59% -
HSV(B) 280.35º 0.55% 0.81% -
XYZ 31.84 21.06 61.42 -
YUV 129.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 170 94 207 0.18 0.55 0 0.19 280.35 0.54 0.59
Hex AA 5E CF 12 37 0 13 118 36 3B
Octal 252 136 317 22 67 0 23 430 66 73
Binary 10101010 1011110 11001111 10010 110111 0 10011 100011000 110110 111011

Color Harmonies of #AA5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5ECF

Black with #AA5ECF

Text Example


Text Example

White with #AA5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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