#a41cbf

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

Shades of Dark Orchid #A41CBF

Tints of Dark Orchid #A41CBF

Color information

#A41CBF (or 0xA41CBF) is unknown color: approx Dark Orchid. HEX triplet: A4, 1C and BF. RGB value is (164,28,191). Sum of RGB (Red+Green+Blue) = 164+28+191=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #A41CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CBF is #5BE340. Grayscale: #565656. Windows color (decimal): -6021953 or 12524708. OLE color: 12524708.

HSL color Cylindrical-coordinate representation of color #A41CBF: hue angle of 290.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41CBF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16428191-
CMYK0.140.8500.25
HSL290.06º74.43%42.94%-
HSV(B)290.06º85.34%74.9%-
XYZ25.1312.4850.38-
YUV87.25186.56182.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 28 (11.33% from 255) = 7.31%
BLUE value IS 191 (75% from 255) = 49.87%
R=42.82%
G=7.31%
B=49.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164281910.140.8500.25290.0674.4342.94
HexA41CBFE550191224a2b
Octal244342771612503144211253
Binary101001001110010111111111010101010110011001000101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a41cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a41cbf; }

 p { color: rgb(164,28,191); }

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

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

 a { background-color: rgb(164,28,191); }

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

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

 span { border-color: rgb(164,28,191); }

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