#A30DC1

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

Shades of Dark Violet #A30DC1

Tints of Dark Violet #A30DC1

Color information

#A30DC1 (or 0xA30DC1) is unknown color: approx Dark Violet. HEX triplet: A3, 0D and C1. RGB value is (163,13,193). Sum of RGB (Red+Green+Blue) = 163+13+193=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #A30DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DC1 is #5CF23E. Grayscale: #4D4D4D. Windows color (decimal): -6091327 or 12651939. OLE color: 12651939.

HSL color Cylindrical-coordinate representation of color #A30DC1: hue angle of 290º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DC1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16313193-
CMYK0.160.9300.24
HSL290º87.38%40.39%-
HSV(B)290º93.26%75.69%-
XYZ24.8711.9251.44-
YUV78.37192.7188.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=44.17%
G=3.52%
B=52.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163131930.160.9300.2429087.3840.39
HexA3DC1105D0181225728
Octal243153012013503044212750
Binary101000111101110000011000010111010110001001000101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30DC1; }

 p { color: rgb(163,13,193); }

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

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

 a { background-color: rgb(163,13,193); }

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

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

 span { border-color: rgb(163,13,193); }

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