#A10FF1

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

Shades of Dark Violet #A10FF1

Tints of Dark Violet #A10FF1

Color information

#A10FF1 (or 0xA10FF1) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and F1. RGB value is (161,15,241). Sum of RGB (Red+Green+Blue) = 161+15+241=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #A10FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FF1 is #5EF00E. Grayscale: #535353. Windows color (decimal): -6221839 or 15798177. OLE color: 15798177.

HSL color Cylindrical-coordinate representation of color #A10FF1: hue angle of 278.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FF1 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16115241-
CMYK0.330.9400.05
HSL278.76º88.98%50.2%-
HSV(B)278.76º93.78%94.51%-
XYZ30.7514.2784.35-
YUV84.42216.37182.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 15 (6.25% from 255) = 3.60%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=38.61%
G=3.60%
B=57.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161152410.330.9400.05278.7688.9850.2
HexA1FF1215E051175932
Octal24117361411360542713162
Binary10100001111111110001100001101111001011000101111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FF1; }

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

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

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

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

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

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

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

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