#a10fe2

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

Shades of Dark Violet #A10FE2

Tints of Dark Violet #A10FE2

Color information

#A10FE2 (or 0xA10FE2) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and E2. RGB value is (161,15,226). Sum of RGB (Red+Green+Blue) = 161+15+226=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #A10FE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FE2 is #5EF01D. Grayscale: #525252. Windows color (decimal): -6221854 or 14815137. OLE color: 14815137.

HSL color Cylindrical-coordinate representation of color #A10FE2: hue angle of 281.52º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10FE2 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16115226-
CMYK0.290.9300.11
HSL281.52º87.55%47.25%-
HSV(B)281.52º93.36%88.63%-
XYZ28.613.4173.03-
YUV82.71208.87183.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 15 (6.25% from 255) = 3.73%
BLUE value IS 226 (88.67% from 255) = 56.22%
R=40.05%
G=3.73%
B=56.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161152260.290.9300.11281.5287.5547.25
HexA1FE21D5D0B11a582f
Octal241173423513501343213057
Binary10100001111111100010111011011101010111000110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a10fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a10fe2; }

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

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

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

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

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

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

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

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