#A340DE

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

Shades of Dark Orchid #A340DE

Tints of Dark Orchid #A340DE

Color information

#A340DE (or 0xA340DE) is unknown color: approx Dark Orchid. HEX triplet: A3, 40 and DE. RGB value is (163,64,222). Sum of RGB (Red+Green+Blue) = 163+64+222=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #A340DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340DE is #5CBF21. Grayscale: #6F6F6F. Windows color (decimal): -6078242 or 14565539. OLE color: 14565539.

HSL color Cylindrical-coordinate representation of color #A340DE: hue angle of 277.59º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A340DE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16364222-
CMYK0.270.7100.13
HSL277.59º70.54%56.08%-
HSV(B)277.59º71.17%87.06%-
XYZ30.1216.7370.75-
YUV111.61190.3164.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 64 (25.39% from 255) = 14.25%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=36.30%
G=14.25%
B=49.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163642220.270.7100.13277.5970.5456.08
HexA340DE1B470D1164738
Octal2431003363310701542610770
Binary10100011100000011011110110111000111011011000101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A340DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A340DE; }

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

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

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

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

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

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

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

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