Html Css Color HEX #AA57EC Medium Orchid

📋 copy color: '#AA57EC'

red 170 ◦ green 87 ◦ blue 236

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

Shades of Medium Orchid #AA57EC

Tints of Medium Orchid #AA57EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.65%

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

R = 34.48%
G = 17.65%
B = 47.87%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA57EC (or 0xAA57EC) is known color: Medium Orchid. HEX triplet: AA, 57 and EC. RGB value is (170,87,236). Sum of RGB (Red+Green+Blue) = 170+87+236=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA57EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57EC is #55A813. Grayscale: #808080. Windows color (decimal): -5613588 or 15488938. OLE color: 15488938.

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

Color convert

RGB 170 87 236 -
CMYK 0.28 0.63 0 0.07
HSL 273.42º 0.8% 0.63% -
HSV(B) 273.42º 0.63% 0.93% -
XYZ 35.13 21.42 81.64 -
YUV 128.8 188.5 157.38 -
System Red Green Blue C M Y K H S L
Decimal 170 87 236 0.28 0.63 0 0.07 273.42 0.8 0.63
Hex AA 57 EC 1C 3F 0 7 111 50 3F
Octal 252 127 354 34 77 0 7 421 120 77
Binary 10101010 1010111 11101100 11100 111111 0 111 100010001 1010000 111111

Color Harmonies of #AA57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57EC

Black with #AA57EC

Text Example


Text Example

White with #AA57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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