Html Css Color HEX #AA50C7 Medium Orchid

📋 copy color: '#AA50C7'

red 170 ◦ green 80 ◦ blue 199

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

Shades of Medium Orchid #AA50C7

Tints of Medium Orchid #AA50C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 37.86%
G = 17.82%
B = 44.32%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA50C7 (or 0xAA50C7) is known color: Medium Orchid. HEX triplet: AA, 50 and C7. RGB value is (170,80,199). Sum of RGB (Red+Green+Blue) = 170+80+199=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA50C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50C7 is #55AF38. Grayscale: #787878. Windows color (decimal): -5615417 or 13062314. OLE color: 13062314.

HSL color Cylindrical-coordinate representation of color #AA50C7: hue angle of 285.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA50C7 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 80 199 -
CMYK 0.15 0.60 0 0.22
HSL 285.38º 0.52% 0.55% -
HSV(B) 285.38º 0.6% 0.78% -
XYZ 29.76 18.41 56.02 -
YUV 120.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 170 80 199 0.15 0.60 0 0.22 285.38 0.52 0.55
Hex AA 50 C7 F 3C 0 16 11D 34 37
Octal 252 120 307 17 74 0 26 435 64 67
Binary 10101010 1010000 11000111 1111 111100 0 10110 100011101 110100 110111

Color Harmonies of #AA50C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50C7

Black with #AA50C7

Text Example


Text Example

White with #AA50C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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