#A41BBE

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

Shades of Dark Orchid #A41BBE

Tints of Dark Orchid #A41BBE

Color information

#A41BBE (or 0xA41BBE) is unknown color: approx Dark Orchid. HEX triplet: A4, 1B and BE. RGB value is (164,27,190). Sum of RGB (Red+Green+Blue) = 164+27+190=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A41BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BBE is #5BE441. Grayscale: #565656. Windows color (decimal): -6022210 or 12458916. OLE color: 12458916.

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

Color convert

RGB16427190-
CMYK0.140.8600.25
HSL290.43º75.12%42.55%-
HSV(B)290.43º85.79%74.51%-
XYZ2512.3949.79-
YUV86.54186.39183.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=43.04%
G=7.09%
B=49.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164271900.140.8600.25290.4375.1242.55
HexA41BBEE560191224b2b
Octal244332761612603144211353
Binary101001001101110111110111010101100110011001000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41BBE; }

 p { color: rgb(164,27,190); }

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

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

 a { background-color: rgb(164,27,190); }

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

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

 span { border-color: rgb(164,27,190); }

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