#A11DB0

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

Shades of Dark Orchid #A11DB0

Tints of Dark Orchid #A11DB0

Color information

#A11DB0 (or 0xA11DB0) is unknown color: approx Dark Orchid. HEX triplet: A1, 1D and B0. RGB value is (161,29,176). Sum of RGB (Red+Green+Blue) = 161+29+176=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #A11DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11DB0 is #5EE24F. Grayscale: #545454. Windows color (decimal): -6218320 or 11541921. OLE color: 11541921.

HSL color Cylindrical-coordinate representation of color #A11DB0: hue angle of 293.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11DB0 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16129176-
CMYK0.090.8400.31
HSL293.88º71.71%40.2%-
HSV(B)293.88º83.52%69.02%-
XYZ22.9711.5942.1-
YUV85.23179.23182.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 29 (11.72% from 255) = 7.92%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=43.99%
G=7.92%
B=48.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161291760.090.8400.31293.8871.7140.2
HexA11DB095401F1264828
Octal241352601112403744611050
Binary101000011110110110000100110101000111111001001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11DB0; }

 p { color: rgb(161,29,176); }

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

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

 a { background-color: rgb(161,29,176); }

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

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

 span { border-color: rgb(161,29,176); }

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