#A041C9

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

Shades of Dark Orchid #A041C9

Tints of Dark Orchid #A041C9

Color information

#A041C9 (or 0xA041C9) is unknown color: approx Dark Orchid. HEX triplet: A0, 41 and C9. RGB value is (160,65,201). Sum of RGB (Red+Green+Blue) = 160+65+201=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #A041C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041C9 is #5FBE36. Grayscale: #6C6C6C. Windows color (decimal): -6274615 or 13189536. OLE color: 13189536.

HSL color Cylindrical-coordinate representation of color #A041C9: hue angle of 281.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A041C9 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16065201-
CMYK0.200.6800.21
HSL281.91º55.74%52.16%-
HSV(B)281.91º67.66%78.82%-
XYZ26.9315.4756.83-
YUV108.91179.97164.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 201 (78.91% from 255) = 47.18%
R=37.56%
G=15.26%
B=47.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160652010.200.6800.21281.9155.7452.16
HexA041C9144401511a3834
Octal240101311241040254327064
Binary10100000100000111001001101001000100010101100011010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A041C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A041C9; }

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

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

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

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

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

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

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

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