#A10FE3

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

Shades of Dark Violet #A10FE3

Tints of Dark Violet #A10FE3

Color information

#A10FE3 (or 0xA10FE3) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and E3. RGB value is (161,15,227). Sum of RGB (Red+Green+Blue) = 161+15+227=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #A10FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FE3 is #5EF01C. Grayscale: #525252. Windows color (decimal): -6221853 or 14880673. OLE color: 14880673.

HSL color Cylindrical-coordinate representation of color #A10FE3: hue angle of 281.32º 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 #A10FE3 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16115227-
CMYK0.290.9300.11
HSL281.32º87.6%47.45%-
HSV(B)281.32º93.39%89.02%-
XYZ28.7313.4673.76-
YUV82.82209.37183.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 15 (6.25% from 255) = 3.72%
BLUE value IS 227 (89.06% from 255) = 56.33%
R=39.95%
G=3.72%
B=56.33%

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
Decimal161152270.290.9300.11281.3287.647.45
HexA1FE31D5D0B119582f
Octal241173433513501343113057
Binary10100001111111100011111011011101010111000110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FE3; }

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

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

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

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

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

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

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

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