#a100ba

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

Shades of Dark Violet #A100BA

Tints of Dark Violet #A100BA

Color information

#A100BA (or 0xA100BA) is unknown color: approx Dark Violet. HEX triplet: A1, 00 and BA. RGB value is (161,0,186). Sum of RGB (Red+Green+Blue) = 161+0+186=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #A100BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100BA is #5EFF45. Grayscale: #444444. Windows color (decimal): -6225734 or 12189857. OLE color: 12189857.

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

Color convert

RGB1610186-
CMYK0.13100.27
HSL291.94º100%36.47%-
HSV(B)291.94º100%72.94%-
XYZ23.5611.1247.36-
YUV69.34193.84193.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=46.40%
G=0%
B=53.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16101860.13100.27291.9410036.47
HexA10BAD6401B1246424
Octal24102721514403344414444
Binary10100001010111010110111001000110111001001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a100ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a100ba; }

 p { color: rgb(161,0,186); }

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

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

 a { background-color: rgb(161,0,186); }

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

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

 span { border-color: rgb(161,0,186); }

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