#A940D1

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

Shades of Dark Orchid #A940D1

Tints of Dark Orchid #A940D1

Color information

#A940D1 (or 0xA940D1) is unknown color: approx Dark Orchid. HEX triplet: A9, 40 and D1. RGB value is (169,64,209). Sum of RGB (Red+Green+Blue) = 169+64+209=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #A940D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940D1 is #56BF2E. Grayscale: #6F6F6F. Windows color (decimal): -5685039 or 13713577. OLE color: 13713577.

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

Color convert

RGB16964209-
CMYK0.190.6900.18
HSL283.45º61.18%53.53%-
HSV(B)283.45º69.38%81.96%-
XYZ29.716.7161.98-
YUV111.92182.79168.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 64 (25.39% from 255) = 14.48%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=38.24%
G=14.48%
B=47.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169642090.190.6900.18283.4561.1853.53
HexA940D1134501211b3d36
Octal251100321231050224337566
Binary10101001100000011010001100111000101010010100011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A940D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A940D1; }

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

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

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

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

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

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

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

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