#A949D7

Color #A949D7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A949D7

Tints of Medium Orchid #A949D7

Color information

#A949D7 (or 0xA949D7) is unknown color: approx Medium Orchid. HEX triplet: A9, 49 and D7. RGB value is (169,73,215). Sum of RGB (Red+Green+Blue) = 169+73+215=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #A949D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949D7 is #56B628. Grayscale: #757575. Windows color (decimal): -5682729 or 14109097. OLE color: 14109097.

HSL color Cylindrical-coordinate representation of color #A949D7: hue angle of 280.56º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A949D7 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16973215-
CMYK0.210.6600.16
HSL280.56º63.96%56.47%-
HSV(B)280.56º66.05%84.31%-
XYZ31.0118.1166.15-
YUV117.89182.8164.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=36.98%
G=15.97%
B=47.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169732150.210.6600.16280.5663.9656.47
HexA949D715420101194038
Octal2511113272510202043110070
Binary101010011001001110101111010110000100100001000110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949D7; }

 p { color: rgb(169,73,215); }

 H1.HeaderClassName
 {
   color: #A949D7;
 }
 .AnyTagClassName
 {
   color: #A949D7;
 }
</style>
background-color css

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

 a { background-color: rgb(169,73,215); }

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

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

 span { border-color: rgb(169,73,215); }

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