#a041d3

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

Shades of Dark Orchid #A041D3

Tints of Dark Orchid #A041D3

Color information

#A041D3 (or 0xA041D3) is unknown color: approx Dark Orchid. HEX triplet: A0, 41 and D3. RGB value is (160,65,211). Sum of RGB (Red+Green+Blue) = 160+65+211=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #A041D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041D3 is #5FBE2C. Grayscale: #6D6D6D. Windows color (decimal): -6274605 or 13844896. OLE color: 13844896.

HSL color Cylindrical-coordinate representation of color #A041D3: hue angle of 279.04º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A041D3 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16065211-
CMYK0.240.6900.17
HSL279.04º62.39%54.12%-
HSV(B)279.04º69.19%82.75%-
XYZ28.1515.9663.22-
YUV110.05184.97163.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 65 (25.78% from 255) = 14.91%
BLUE value IS 211 (82.81% from 255) = 48.39%
R=36.70%
G=14.91%
B=48.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160652110.240.6900.17279.0462.3954.12
HexA041D318450111173e36
Octal240101323301050214277666
Binary10100000100000111010011110001000101010001100010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a041d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a041d3; }

 p { color: rgb(160,65,211); }

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

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

 a { background-color: rgb(160,65,211); }

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

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

 span { border-color: rgb(160,65,211); }

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