#A41FBA

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

Shades of Dark Orchid #A41FBA

Tints of Dark Orchid #A41FBA

Color information

#A41FBA (or 0xA41FBA) is unknown color: approx Dark Orchid. HEX triplet: A4, 1F and BA. RGB value is (164,31,186). Sum of RGB (Red+Green+Blue) = 164+31+186=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A41FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FBA is #5BE045. Grayscale: #575757. Windows color (decimal): -6021190 or 12197796. OLE color: 12197796.

HSL color Cylindrical-coordinate representation of color #A41FBA: hue angle of 291.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41FBA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16431186-
CMYK0.120.8300.27
HSL291.48º71.43%42.55%-
HSV(B)291.48º83.33%72.94%-
XYZ24.6612.4247.55-
YUV88.44183.06181.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=43.04%
G=8.14%
B=48.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164311860.120.8300.27291.4871.4342.55
HexA41FBAC5301B123472b
Octal244372721412303344310753
Binary101001001111110111010110010100110110111001000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41FBA; }

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

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

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

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

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

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

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

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