#a001c3

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

Shades of Dark Violet #A001C3

Tints of Dark Violet #A001C3

Color information

#A001C3 (or 0xA001C3) is unknown color: approx Dark Violet. HEX triplet: A0, 01 and C3. RGB value is (160,1,195). Sum of RGB (Red+Green+Blue) = 160+1+195=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #A001C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001C3 is #5FFE3C. Grayscale: #464646. Windows color (decimal): -6291005 or 12779936. OLE color: 12779936.

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

Color convert

RGB1601195-
CMYK0.180.9900.24
HSL289.18º98.98%38.43%-
HSV(B)289.18º99.49%76.47%-
XYZ24.3611.4452.55-
YUV70.66198.18191.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 195 (76.56% from 255) = 54.78%
R=44.94%
G=0.28%
B=54.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16011950.180.9900.24289.1898.9838.43
HexA01C312630181216326
Octal24013032214303044114346
Binary101000001110000111001011000110110001001000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a001c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a001c3; }

 p { color: rgb(160,1,195); }

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

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

 a { background-color: rgb(160,1,195); }

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

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

 span { border-color: rgb(160,1,195); }

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