#A94DCA

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

Shades of Medium Orchid #A94DCA

Tints of Medium Orchid #A94DCA

Color information

#A94DCA (or 0xA94DCA) is unknown color: approx Medium Orchid. HEX triplet: A9, 4D and CA. RGB value is (169,77,202). Sum of RGB (Red+Green+Blue) = 169+77+202=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #A94DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DCA is #56B235. Grayscale: #767676. Windows color (decimal): -5681718 or 13258153. OLE color: 13258153.

HSL color Cylindrical-coordinate representation of color #A94DCA: hue angle of 284.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94DCA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16977202-
CMYK0.160.6200.21
HSL284.16º54.11%54.71%-
HSV(B)284.16º61.88%79.22%-
XYZ29.6818.0157.79-
YUV118.76174.98163.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=37.72%
G=17.19%
B=45.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169772020.160.6200.21284.1654.1154.71
HexA94DCA103E01511c3637
Octal25111531220760254346667
Binary1010100110011011100101010000111110010101100011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94DCA; }

 p { color: rgb(169,77,202); }

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

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

 a { background-color: rgb(169,77,202); }

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

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

 span { border-color: rgb(169,77,202); }

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