#A41FCA

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

Shades of Dark Orchid #A41FCA

Tints of Dark Orchid #A41FCA

Color information

#A41FCA (or 0xA41FCA) is unknown color: approx Dark Orchid. HEX triplet: A4, 1F and CA. RGB value is (164,31,202). Sum of RGB (Red+Green+Blue) = 164+31+202=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #A41FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FCA is #5BE035. Grayscale: #595959. Windows color (decimal): -6021174 or 13246372. OLE color: 13246372.

HSL color Cylindrical-coordinate representation of color #A41FCA: hue angle of 286.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41FCA is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16431202-
CMYK0.190.8500.21
HSL286.67º73.39%45.69%-
HSV(B)286.67º84.65%79.22%-
XYZ26.4613.1457.02-
YUV90.26191.06180.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 31 (12.5% from 255) = 7.81%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=41.31%
G=7.81%
B=50.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164312020.190.8500.21286.6773.3945.69
HexA41FCA135501511f492e
Octal244373122312502543711156
Binary1010010011111110010101001110101010101011000111111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FCA; }

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

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

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

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

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

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

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

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