#A940C6

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

Shades of Dark Orchid #A940C6

Tints of Dark Orchid #A940C6

Color information

#A940C6 (or 0xA940C6) is unknown color: approx Dark Orchid. HEX triplet: A9, 40 and C6. RGB value is (169,64,198). Sum of RGB (Red+Green+Blue) = 169+64+198=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #A940C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940C6 is #56BF39. Grayscale: #6E6E6E. Windows color (decimal): -5685050 or 12992681. OLE color: 12992681.

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

Color convert

RGB16964198-
CMYK0.150.6800.22
HSL287.01º54.03%51.37%-
HSV(B)287.01º67.68%77.65%-
XYZ28.3916.1855.05-
YUV110.67177.29169.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 198 (77.73% from 255) = 45.94%
R=39.21%
G=14.85%
B=45.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169641980.150.6800.22287.0154.0351.37
HexA940C6F4401611f3633
Octal251100306171040264376663
Binary1010100110000001100011011111000100010110100011111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A940C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A940C6; }

 p { color: rgb(169,64,198); }

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

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

 a { background-color: rgb(169,64,198); }

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

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

 span { border-color: rgb(169,64,198); }

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