Html Css Color HEX #AA50D8 Medium Orchid

📋 copy color: '#AA50D8'

red 170 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #AA50D8

Tints of Medium Orchid #AA50D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 36.48%
G = 17.17%
B = 46.35%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA50D8 (or 0xAA50D8) is known color: Medium Orchid. HEX triplet: AA, 50 and D8. RGB value is (170,80,216). Sum of RGB (Red+Green+Blue) = 170+80+216=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA50D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50D8 is #55AF27. Grayscale: #797979. Windows color (decimal): -5615400 or 14176426. OLE color: 14176426.

HSL color Cylindrical-coordinate representation of color #AA50D8: hue angle of 279.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA50D8 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 80 216 -
CMYK 0.21 0.63 0 0.15
HSL 279.71º 0.64% 0.58% -
HSV(B) 279.71º 0.63% 0.85% -
XYZ 31.84 19.24 67 -
YUV 122.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 170 80 216 0.21 0.63 0 0.15 279.71 0.64 0.58
Hex AA 50 D8 15 3F 0 F 118 40 3A
Octal 252 120 330 25 77 0 17 430 100 72
Binary 10101010 1010000 11011000 10101 111111 0 1111 100011000 1000000 111010

Color Harmonies of #AA50D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50D8

Black with #AA50D8

Text Example


Text Example

White with #AA50D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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