#A103C1

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

Shades of Dark Violet #A103C1

Tints of Dark Violet #A103C1

Color information

#A103C1 (or 0xA103C1) is unknown color: approx Dark Violet. HEX triplet: A1, 03 and C1. RGB value is (161,3,193). Sum of RGB (Red+Green+Blue) = 161+3+193=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #A103C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A103C1 is #5EFC3E. Grayscale: #474747. Windows color (decimal): -6224959 or 12649377. OLE color: 12649377.

HSL color Cylindrical-coordinate representation of color #A103C1: hue angle of 289.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A103C1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1613193-
CMYK0.170.9800.24
HSL289.89º96.94%38.43%-
HSV(B)289.89º98.45%75.69%-
XYZ24.3611.4951.39-
YUV71.9196.35191.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 193 (75.78% from 255) = 54.06%
R=45.10%
G=0.84%
B=54.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16131930.170.9800.24289.8996.9438.43
HexA13C111620181226126
Octal24133012114203044214146
Binary1010000111110000011000111000100110001001000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A103C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A103C1; }

 p { color: rgb(161,3,193); }

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

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

 a { background-color: rgb(161,3,193); }

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

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

 span { border-color: rgb(161,3,193); }

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