#A100B7

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

Shades of Dark Violet #A100B7

Tints of Dark Violet #A100B7

Color information

#A100B7 (or 0xA100B7) is unknown color: approx Dark Violet. HEX triplet: A1, 00 and B7. RGB value is (161,0,183). Sum of RGB (Red+Green+Blue) = 161+0+183=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #A100B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100B7 is #5EFF48. Grayscale: #444444. Windows color (decimal): -6225737 or 11993249. OLE color: 11993249.

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

Color convert

RGB1610183-
CMYK0.12100.28
HSL292.79º100%35.88%-
HSV(B)292.79º100%71.76%-
XYZ23.251145.7-
YUV69192.34193.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 183 (71.88% from 255) = 53.20%
R=46.80%
G=0%
B=53.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16101830.12100.28292.7910035.88
HexA10B7C6401C1256424
Octal24102671414403444514444
Binary10100001010110111110011001000111001001001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A100B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A100B7; }

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

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

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

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

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

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

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

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