#A41FB4

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

Shades of Dark Orchid #A41FB4

Tints of Dark Orchid #A41FB4

Color information

#A41FB4 (or 0xA41FB4) is unknown color: approx Dark Orchid. HEX triplet: A4, 1F and B4. RGB value is (164,31,180). Sum of RGB (Red+Green+Blue) = 164+31+180=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #A41FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FB4 is #5BE04B. Grayscale: #575757. Windows color (decimal): -6021196 or 11804580. OLE color: 11804580.

HSL color Cylindrical-coordinate representation of color #A41FB4: hue angle of 293.56º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41FB4 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16431180-
CMYK0.090.8300.29
HSL293.56º70.62%41.37%-
HSV(B)293.56º82.78%70.59%-
XYZ24.0412.1744.26-
YUV87.75180.06182.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 31 (12.5% from 255) = 8.27%
BLUE value IS 180 (70.70% from 255) = 48%
R=43.73%
G=8.27%
B=48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164311800.090.8300.29293.5670.6241.37
HexA41FB495301D1264729
Octal244372641112303544610751
Binary101001001111110110100100110100110111011001001101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FB4; }

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

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

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

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

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

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

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

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