#A119C3

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

Shades of Dark Orchid #A119C3

Tints of Dark Orchid #A119C3

Color information

#A119C3 (or 0xA119C3) is unknown color: approx Dark Orchid. HEX triplet: A1, 19 and C3. RGB value is (161,25,195). Sum of RGB (Red+Green+Blue) = 161+25+195=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #A119C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119C3 is #5EE63C. Grayscale: #545454. Windows color (decimal): -6219325 or 12786081. OLE color: 12786081.

HSL color Cylindrical-coordinate representation of color #A119C3: hue angle of 288º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A119C3 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16125195-
CMYK0.170.8700.24
HSL288º77.27%43.14%-
HSV(B)288º87.18%76.47%-
XYZ24.912.2152.67-
YUV85.04190.06182.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 25 (10.16% from 255) = 6.56%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=42.26%
G=6.56%
B=51.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161251950.170.8700.2428877.2743.14
HexA119C311570181204d2b
Octal241313032112703044011553
Binary1010000111001110000111000110101110110001001000001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A119C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A119C3; }

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

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

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

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

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

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

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

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