#A341DE

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

Shades of Dark Orchid #A341DE

Tints of Dark Orchid #A341DE

Color information

#A341DE (or 0xA341DE) is unknown color: approx Dark Orchid. HEX triplet: A3, 41 and DE. RGB value is (163,65,222). Sum of RGB (Red+Green+Blue) = 163+65+222=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #A341DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341DE is #5CBE21. Grayscale: #6F6F6F. Windows color (decimal): -6077986 or 14565795. OLE color: 14565795.

HSL color Cylindrical-coordinate representation of color #A341DE: hue angle of 277.45º degrees, saturation: 0.7, 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 #A341DE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16365222-
CMYK0.270.7100.13
HSL277.45º70.4%56.27%-
HSV(B)277.45º70.72%87.06%-
XYZ30.1816.8470.77-
YUV112.2189.97164.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=36.22%
G=14.44%
B=49.33%

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
Decimal163652220.270.7100.13277.4570.456.27
HexA341DE1B470D1154638
Octal2431013363310701542510670
Binary10100011100000111011110110111000111011011000101011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A341DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A341DE; }

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

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

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

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

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

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

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

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