Html Css Color HEX #AA50ED Medium Orchid

📋 copy color: '#AA50ED'

red 170 ◦ green 80 ◦ blue 237

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

Shades of Medium Orchid #AA50ED

Tints of Medium Orchid #AA50ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

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

R = 34.91%
G = 16.43%
B = 48.67%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA50ED (or 0xAA50ED) is known color: Medium Orchid. HEX triplet: AA, 50 and ED. RGB value is (170,80,237). Sum of RGB (Red+Green+Blue) = 170+80+237=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50ED is #55AF12. Grayscale: #7C7C7C. Windows color (decimal): -5615379 or 15552682. OLE color: 15552682.

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

Color convert

RGB 170 80 237 -
CMYK 0.28 0.66 0 0.07
HSL 274.39º 0.81% 0.62% -
HSV(B) 274.39º 0.66% 0.93% -
XYZ 34.73 20.4 82.23 -
YUV 124.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 170 80 237 0.28 0.66 0 0.07 274.39 0.81 0.62
Hex AA 50 ED 1C 42 0 7 112 51 3E
Octal 252 120 355 34 102 0 7 422 121 76
Binary 10101010 1010000 11101101 11100 1000010 0 111 100010010 1010001 111110

Color Harmonies of #AA50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50ED

Black with #AA50ED

Text Example


Text Example

White with #AA50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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