Html Css Color HEX #AA57ED Medium Orchid

📋 copy color: '#AA57ED'

red 170 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #AA57ED

Tints of Medium Orchid #AA57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 34.41%
G = 17.61%
B = 47.98%

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

#AA57ED (or 0xAA57ED) is known color: Medium Orchid. HEX triplet: AA, 57 and ED. RGB value is (170,87,237). Sum of RGB (Red+Green+Blue) = 170+87+237=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA57ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57ED is #55A812. Grayscale: #808080. Windows color (decimal): -5613587 or 15554474. OLE color: 15554474.

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

Color convert

RGB 170 87 237 -
CMYK 0.28 0.63 0 0.07
HSL 273.2º 0.81% 0.64% -
HSV(B) 273.2º 0.63% 0.93% -
XYZ 35.27 21.48 82.41 -
YUV 128.92 189 157.3 -
System Red Green Blue C M Y K H S L
Decimal 170 87 237 0.28 0.63 0 0.07 273.2 0.81 0.64
Hex AA 57 ED 1C 3F 0 7 111 51 40
Octal 252 127 355 34 77 0 7 421 121 100
Binary 10101010 1010111 11101101 11100 111111 0 111 100010001 1010001 1000000

Color Harmonies of #AA57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57ED

Black with #AA57ED

Text Example


Text Example

White with #AA57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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