Html Css Color HEX #AA55ED Medium Orchid

📋 copy color: '#AA55ED'

red 170 ◦ green 85 ◦ blue 237

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

Shades of Medium Orchid #AA55ED

Tints of Medium Orchid #AA55ED

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

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

R = 34.55%
G = 17.28%
B = 48.17%

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

#AA55ED (or 0xAA55ED) is known color: Medium Orchid. HEX triplet: AA, 55 and ED. RGB value is (170,85,237). Sum of RGB (Red+Green+Blue) = 170+85+237=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55ED is #55AA12. Grayscale: #7F7F7F. Windows color (decimal): -5614099 or 15553962. OLE color: 15553962.

HSL color Cylindrical-coordinate representation of color #AA55ED: hue angle of 273.55º degrees, saturation: 0.81, 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 #AA55ED is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 85 237 -
CMYK 0.28 0.64 0 0.07
HSL 273.55º 0.81% 0.63% -
HSV(B) 273.55º 0.64% 0.93% -
XYZ 35.11 21.16 82.35 -
YUV 127.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 170 85 237 0.28 0.64 0 0.07 273.55 0.81 0.63
Hex AA 55 ED 1C 40 0 7 112 51 3F
Octal 252 125 355 34 100 0 7 422 121 77
Binary 10101010 1010101 11101101 11100 1000000 0 111 100010010 1010001 111111

Color Harmonies of #AA55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55ED

Black with #AA55ED

Text Example


Text Example

White with #AA55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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