#A003C1

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

Shades of Dark Violet #A003C1

Tints of Dark Violet #A003C1

Color information

#A003C1 (or 0xA003C1) is unknown color: approx Dark Violet. HEX triplet: A0, 03 and C1. RGB value is (160,3,193). Sum of RGB (Red+Green+Blue) = 160+3+193=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #A003C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003C1 is #5FFC3E. Grayscale: #474747. Windows color (decimal): -6290495 or 12649376. OLE color: 12649376.

HSL color Cylindrical-coordinate representation of color #A003C1: hue angle of 289.58º 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 #A003C1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1603193-
CMYK0.170.9800.24
HSL289.58º96.94%38.43%-
HSV(B)289.58º98.45%75.69%-
XYZ24.1611.3951.38-
YUV71.6196.51191.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 3 (1.56% from 255) = 0.84%
BLUE value IS 193 (75.78% from 255) = 54.21%
R=44.94%
G=0.84%
B=54.21%

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
Decimal16031930.170.9800.24289.5896.9438.43
HexA03C111620181226126
Octal24033012114203044214146
Binary1010000011110000011000111000100110001001000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A003C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A003C1; }

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

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

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

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

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

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

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

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