#A949C8

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

Shades of Medium Orchid #A949C8

Tints of Medium Orchid #A949C8

Color information

#A949C8 (or 0xA949C8) is unknown color: approx Medium Orchid. HEX triplet: A9, 49 and C8. RGB value is (169,73,200). Sum of RGB (Red+Green+Blue) = 169+73+200=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #A949C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949C8 is #56B637. Grayscale: #737373. Windows color (decimal): -5682744 or 13126057. OLE color: 13126057.

HSL color Cylindrical-coordinate representation of color #A949C8: hue angle of 285.35º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A949C8 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16973200-
CMYK0.160.6400.22
HSL285.35º53.59%53.53%-
HSV(B)285.35º63.5%78.43%-
XYZ29.1717.3756.46-
YUV116.18175.3165.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 73 (28.91% from 255) = 16.52%
BLUE value IS 200 (78.52% from 255) = 45.25%
R=38.24%
G=16.52%
B=45.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169732000.160.6400.22285.3553.5953.53
HexA949C8104001611d3636
Octal251111310201000264356666
Binary10101001100100111001000100001000000010110100011101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949C8; }

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

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

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

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

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

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

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

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