#A041D9

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

Shades of Dark Orchid #A041D9

Tints of Dark Orchid #A041D9

Color information

#A041D9 (or 0xA041D9) is unknown color: approx Dark Orchid. HEX triplet: A0, 41 and D9. RGB value is (160,65,217). Sum of RGB (Red+Green+Blue) = 160+65+217=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #A041D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041D9 is #5FBE26. Grayscale: #6E6E6E. Windows color (decimal): -6274599 or 14238112. OLE color: 14238112.

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

Color convert

RGB16065217-
CMYK0.260.7000.15
HSL277.5º66.67%55.29%-
HSV(B)277.5º70.05%85.1%-
XYZ28.9116.2667.26-
YUV110.73187.97163.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 65 (25.78% from 255) = 14.71%
BLUE value IS 217 (85.16% from 255) = 49.10%
R=36.20%
G=14.71%
B=49.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160652170.260.7000.15277.566.6755.29
HexA041D91A460F1164337
Octal2401013313210601742610367
Binary10100000100000111011001110101000110011111000101101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A041D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A041D9; }

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

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

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

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

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

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

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

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