#A119B9

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

Shades of Dark Orchid #A119B9

Tints of Dark Orchid #A119B9

Color information

#A119B9 (or 0xA119B9) is unknown color: approx Dark Orchid. HEX triplet: A1, 19 and B9. RGB value is (161,25,185). Sum of RGB (Red+Green+Blue) = 161+25+185=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #A119B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119B9 is #5EE646. Grayscale: #535353. Windows color (decimal): -6219335 or 12130721. OLE color: 12130721.

HSL color Cylindrical-coordinate representation of color #A119B9: hue angle of 291º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119B9 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16125185-
CMYK0.130.8600.27
HSL291º76.19%41.18%-
HSV(B)291º86.49%72.55%-
XYZ23.811.7846.92-
YUV83.9185.06182.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 25 (10.16% from 255) = 6.74%
BLUE value IS 185 (72.66% from 255) = 49.87%
R=43.40%
G=6.74%
B=49.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161251850.130.8600.2729176.1941.18
HexA119B9D5601B1234c29
Octal241312711512603344311451
Binary101000011100110111001110110101100110111001000111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A119B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A119B9; }

 p { color: rgb(161,25,185); }

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

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

 a { background-color: rgb(161,25,185); }

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

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

 span { border-color: rgb(161,25,185); }

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