#A10FBF

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

Shades of Dark Violet #A10FBF

Tints of Dark Violet #A10FBF

Color information

#A10FBF (or 0xA10FBF) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and BF. RGB value is (161,15,191). Sum of RGB (Red+Green+Blue) = 161+15+191=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #A10FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FBF is #5EF040. Grayscale: #4E4E4E. Windows color (decimal): -6221889 or 12521377. OLE color: 12521377.

HSL color Cylindrical-coordinate representation of color #A10FBF: hue angle of 289.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10FBF is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16115191-
CMYK0.160.9200.25
HSL289.77º85.44%40.39%-
HSV(B)289.77º92.15%74.9%-
XYZ24.2711.6850.27-
YUV78.72191.37186.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 15 (6.25% from 255) = 4.09%
BLUE value IS 191 (75% from 255) = 52.04%
R=43.87%
G=4.09%
B=52.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161151910.160.9200.25289.7785.4440.39
HexA1FBF105C0191225528
Octal241172772013403144212550
Binary101000011111101111111000010111000110011001000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FBF; }

 p { color: rgb(161,15,191); }

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

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

 a { background-color: rgb(161,15,191); }

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

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

 span { border-color: rgb(161,15,191); }

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