Html Css Color HEX #AA54EC Medium Orchid

📋 copy color: '#AA54EC'

red 170 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #AA54EC

Tints of Medium Orchid #AA54EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.14%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 34.69%
G = 17.14%
B = 48.16%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA54EC (or 0xAA54EC) is known color: Medium Orchid. HEX triplet: AA, 54 and EC. RGB value is (170,84,236). Sum of RGB (Red+Green+Blue) = 170+84+236=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54EC is #55AB13. Grayscale: #7E7E7E. Windows color (decimal): -5614356 or 15488170. OLE color: 15488170.

HSL color Cylindrical-coordinate representation of color #AA54EC: hue angle of 273.95º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA54EC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 84 236 -
CMYK 0.28 0.64 0 0.07
HSL 273.95º 0.8% 0.63% -
HSV(B) 273.95º 0.64% 0.93% -
XYZ 34.89 20.94 81.56 -
YUV 127.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 170 84 236 0.28 0.64 0 0.07 273.95 0.8 0.63
Hex AA 54 EC 1C 40 0 7 112 50 3F
Octal 252 124 354 34 100 0 7 422 120 77
Binary 10101010 1010100 11101100 11100 1000000 0 111 100010010 1010000 111111

Color Harmonies of #AA54EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA54EC

Black with #AA54EC

Text Example


Text Example

White with #AA54EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA54EC; }

 p { color: rgb(170,84,236); }

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

background-color css

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

 a { background-color: rgb(170,84,236); }

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

border-color css

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

 span { border-color: rgb(170,84,236); }

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