#A101B1

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

Shades of Dark Violet #A101B1

Tints of Dark Violet #A101B1

Color information

#A101B1 (or 0xA101B1) is unknown color: approx Dark Violet. HEX triplet: A1, 01 and B1. RGB value is (161,1,177). Sum of RGB (Red+Green+Blue) = 161+1+177=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #A101B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A101B1 is #5EFE4E. Grayscale: #444444. Windows color (decimal): -6225487 or 11600289. OLE color: 11600289.

HSL color Cylindrical-coordinate representation of color #A101B1: hue angle of 294.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A101B1 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1611177-
CMYK0.090.9900.31
HSL294.55º98.88%34.9%-
HSV(B)294.55º99.44%69.41%-
XYZ22.6410.7742.48-
YUV68.9189.01193.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=47.49%
G=0.29%
B=52.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16111770.090.9900.31294.5598.8834.9
HexA11B196301F1276323
Octal24112611114303744714343
Binary10100001110110001100111000110111111001001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A101B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A101B1; }

 p { color: rgb(161,1,177); }

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

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

 a { background-color: rgb(161,1,177); }

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

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

 span { border-color: rgb(161,1,177); }

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