#A649D8

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

Shades of Medium Orchid #A649D8

Tints of Medium Orchid #A649D8

Color information

#A649D8 (or 0xA649D8) is unknown color: approx Medium Orchid. HEX triplet: A6, 49 and D8. RGB value is (166,73,216). Sum of RGB (Red+Green+Blue) = 166+73+216=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #A649D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649D8 is #59B627. Grayscale: #747474. Windows color (decimal): -5879336 or 14174630. OLE color: 14174630.

HSL color Cylindrical-coordinate representation of color #A649D8: hue angle of 279.02º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A649D8 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16673216-
CMYK0.230.6600.15
HSL279.02º64.71%56.67%-
HSV(B)279.02º66.2%84.71%-
XYZ30.517.8366.8-
YUV117.11183.81162.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=36.48%
G=16.04%
B=47.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166732160.230.6600.15279.0264.7156.67
HexA649D817420F1174139
Octal2461113302710201742710171
Binary10100110100100111011000101111000010011111000101111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A649D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A649D8; }

 p { color: rgb(166,73,216); }

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

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

 a { background-color: rgb(166,73,216); }

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

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

 span { border-color: rgb(166,73,216); }

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