#A109B2

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

Shades of Dark Violet #A109B2

Tints of Dark Violet #A109B2

Color information

#A109B2 (or 0xA109B2) is unknown color: approx Dark Violet. HEX triplet: A1, 09 and B2. RGB value is (161,9,178). Sum of RGB (Red+Green+Blue) = 161+9+178=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #A109B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A109B2 is #5EF64D. Grayscale: #494949. Windows color (decimal): -6223438 or 11667873. OLE color: 11667873.

HSL color Cylindrical-coordinate representation of color #A109B2: hue angle of 293.96º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A109B2 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1619178-
CMYK0.100.9500.30
HSL293.96º90.37%36.67%-
HSV(B)293.96º94.94%69.8%-
XYZ22.8310.9943.04-
YUV73.71186.86190.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 178 (69.92% from 255) = 51.15%
R=46.26%
G=2.59%
B=51.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16191780.100.9500.30293.9690.3736.67
HexA19B2A5F01E1265a25
Octal241112621213703644613245
Binary10100001100110110010101010111110111101001001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A109B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A109B2; }

 p { color: rgb(161,9,178); }

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

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

 a { background-color: rgb(161,9,178); }

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

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

 span { border-color: rgb(161,9,178); }

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