#A41FAE

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

Shades of Dark Orchid #A41FAE

Tints of Dark Orchid #A41FAE

Color information

#A41FAE (or 0xA41FAE) is unknown color: approx Dark Orchid. HEX triplet: A4, 1F and AE. RGB value is (164,31,174). Sum of RGB (Red+Green+Blue) = 164+31+174=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #A41FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FAE is #5BE051. Grayscale: #565656. Windows color (decimal): -6021202 or 11411364. OLE color: 11411364.

HSL color Cylindrical-coordinate representation of color #A41FAE: hue angle of 295.8º 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 #A41FAE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16431174-
CMYK0.060.8200.32
HSL295.8º69.76%40.2%-
HSV(B)295.8º82.18%68.24%-
XYZ23.4411.9341.11-
YUV87.07177.06182.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 8.40%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=44.44%
G=8.40%
B=47.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164311740.060.8200.32295.869.7640.2
HexA41FAE6520201284628
Octal24437256612204045010650
Binary101001001111110101110110101001001000001001010001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FAE; }

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

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

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

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

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

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

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

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