Html Css Color HEX #AA50D0 Medium Orchid

📋 copy color: '#AA50D0'

red 170 ◦ green 80 ◦ blue 208

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

Shades of Medium Orchid #AA50D0

Tints of Medium Orchid #AA50D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 37.12%
G = 17.47%
B = 45.41%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA50D0 (or 0xAA50D0) is known color: Medium Orchid. HEX triplet: AA, 50 and D0. RGB value is (170,80,208). Sum of RGB (Red+Green+Blue) = 170+80+208=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA50D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50D0 is #55AF2F. Grayscale: #797979. Windows color (decimal): -5615408 or 13652138. OLE color: 13652138.

HSL color Cylindrical-coordinate representation of color #AA50D0: hue angle of 282.19º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA50D0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 80 208 -
CMYK 0.18 0.62 0 0.18
HSL 282.19º 0.58% 0.56% -
HSV(B) 282.19º 0.62% 0.82% -
XYZ 30.83 18.84 61.69 -
YUV 121.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 170 80 208 0.18 0.62 0 0.18 282.19 0.58 0.56
Hex AA 50 D0 12 3E 0 12 11A 3A 38
Octal 252 120 320 22 76 0 22 432 72 70
Binary 10101010 1010000 11010000 10010 111110 0 10010 100011010 111010 111000

Color Harmonies of #AA50D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50D0

Black with #AA50D0

Text Example


Text Example

White with #AA50D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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