#A41BB6

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

Shades of Dark Orchid #A41BB6

Tints of Dark Orchid #A41BB6

Color information

#A41BB6 (or 0xA41BB6) is unknown color: approx Dark Orchid. HEX triplet: A4, 1B and B6. RGB value is (164,27,182). Sum of RGB (Red+Green+Blue) = 164+27+182=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #A41BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BB6 is #5BE449. Grayscale: #555555. Windows color (decimal): -6022218 or 11934628. OLE color: 11934628.

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

Color convert

RGB16427182-
CMYK0.100.8500.29
HSL293.03º74.16%40.98%-
HSV(B)293.03º85.16%71.37%-
XYZ24.1512.0545.31-
YUV85.63182.39183.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 27 (10.94% from 255) = 7.24%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=43.97%
G=7.24%
B=48.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164271820.100.8500.29293.0374.1640.98
HexA41BB6A5501D1254a29
Octal244332661212503544511251
Binary101001001101110110110101010101010111011001001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41BB6; }

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

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

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

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

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

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

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

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