#A41FAD

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

Shades of Dark Orchid #A41FAD

Tints of Dark Orchid #A41FAD

Color information

#A41FAD (or 0xA41FAD) is unknown color: approx Dark Orchid. HEX triplet: A4, 1F and AD. RGB value is (164,31,173). Sum of RGB (Red+Green+Blue) = 164+31+173=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #A41FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FAD is #5BE052. Grayscale: #565656. Windows color (decimal): -6021203 or 11345828. OLE color: 11345828.

HSL color Cylindrical-coordinate representation of color #A41FAD: hue angle of 296.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41FAD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16431173-
CMYK0.050.8200.32
HSL296.2º69.61%40%-
HSV(B)296.2º82.08%67.84%-
XYZ23.3411.8940.6-
YUV86.96176.56182.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 31 (12.5% from 255) = 8.42%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=44.57%
G=8.42%
B=47.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164311730.050.8200.32296.269.6140
HexA41FAD5520201284628
Octal24437255512204045010650
Binary101001001111110101101101101001001000001001010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FAD; }

 p { color: rgb(164,31,173); }

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

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

 a { background-color: rgb(164,31,173); }

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

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

 span { border-color: rgb(164,31,173); }

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