#A102F1

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

Shades of Dark Violet #A102F1

Tints of Dark Violet #A102F1

Color information

#A102F1 (or 0xA102F1) is unknown color: approx Dark Violet. HEX triplet: A1, 02 and F1. RGB value is (161,2,241). Sum of RGB (Red+Green+Blue) = 161+2+241=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #A102F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A102F1 is #5EFD0E. Grayscale: #4B4B4B. Windows color (decimal): -6225167 or 15794849. OLE color: 15794849.

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

Color convert

RGB1612241-
CMYK0.330.9900.05
HSL279.92º98.35%47.65%-
HSV(B)279.92º99.17%94.51%-
XYZ30.613.9784.3-
YUV76.79220.68188.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=39.85%
G=0.50%
B=59.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal16122410.330.9900.05279.9298.3547.65
HexA12F12163051186230
Octal2412361411430543014260
Binary101000011011110001100001110001101011000110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A102F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A102F1; }

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

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

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

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

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

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

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

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