#A940CF

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

Shades of Dark Orchid #A940CF

Tints of Dark Orchid #A940CF

Color information

#A940CF (or 0xA940CF) is unknown color: approx Dark Orchid. HEX triplet: A9, 40 and CF. RGB value is (169,64,207). Sum of RGB (Red+Green+Blue) = 169+64+207=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A940CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940CF is #56BF30. Grayscale: #6F6F6F. Windows color (decimal): -5685041 or 13582505. OLE color: 13582505.

HSL color Cylindrical-coordinate representation of color #A940CF: hue angle of 284.06º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A940CF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16964207-
CMYK0.180.6900.19
HSL284.06º59.83%53.14%-
HSV(B)284.06º69.08%81.18%-
XYZ29.4616.6160.68-
YUV111.7181.79168.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=38.41%
G=14.55%
B=47.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169642070.180.6900.19284.0659.8353.14
HexA940CF124501311c3c35
Octal251100317221050234347465
Binary10101001100000011001111100101000101010011100011100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A940CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A940CF; }

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

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

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

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

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

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

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

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