#A104BC

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

Shades of Dark Violet #A104BC

Tints of Dark Violet #A104BC

Color information

#A104BC (or 0xA104BC) is unknown color: approx Dark Violet. HEX triplet: A1, 04 and BC. RGB value is (161,4,188). Sum of RGB (Red+Green+Blue) = 161+4+188=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #A104BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A104BC is #5EFB43. Grayscale: #474747. Windows color (decimal): -6224708 or 12321953. OLE color: 12321953.

HSL color Cylindrical-coordinate representation of color #A104BC: hue angle of 291.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104BC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1614188-
CMYK0.140.9800.26
HSL291.2º95.83%37.65%-
HSV(B)291.2º97.87%73.73%-
XYZ23.8211.2948.5-
YUV71.92193.51191.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=45.61%
G=1.13%
B=53.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16141880.140.9800.26291.295.8337.65
HexA14BCE6201A1236026
Octal24142741614203244314046
Binary1010000110010111100111011000100110101001000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A104BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A104BC; }

 p { color: rgb(161,4,188); }

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

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

 a { background-color: rgb(161,4,188); }

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

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

 span { border-color: rgb(161,4,188); }

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