#A340D9

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

Shades of Dark Orchid #A340D9

Tints of Dark Orchid #A340D9

Color information

#A340D9 (or 0xA340D9) is unknown color: approx Dark Orchid. HEX triplet: A3, 40 and D9. RGB value is (163,64,217). Sum of RGB (Red+Green+Blue) = 163+64+217=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #A340D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340D9 is #5CBF26. Grayscale: #6E6E6E. Windows color (decimal): -6078247 or 14237859. OLE color: 14237859.

HSL color Cylindrical-coordinate representation of color #A340D9: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A340D9 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16364217-
CMYK0.250.7100.15
HSL278.82º66.81%55.1%-
HSV(B)278.82º70.51%85.1%-
XYZ29.4616.4667.27-
YUV111.04187.8165.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=36.71%
G=14.41%
B=48.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163642170.250.7100.15278.8266.8155.1
HexA340D919470F1174337
Octal2431003313110701742710367
Binary10100011100000011011001110011000111011111000101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340D9; }

 p { color: rgb(163,64,217); }

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

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

 a { background-color: rgb(163,64,217); }

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

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

 span { border-color: rgb(163,64,217); }

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