#A30DC6

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

Shades of Dark Violet #A30DC6

Tints of Dark Violet #A30DC6

Color information

#A30DC6 (or 0xA30DC6) is unknown color: approx Dark Violet. HEX triplet: A3, 0D and C6. RGB value is (163,13,198). Sum of RGB (Red+Green+Blue) = 163+13+198=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #A30DC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DC6 is #5CF239. Grayscale: #4E4E4E. Windows color (decimal): -6091322 or 12979619. OLE color: 12979619.

HSL color Cylindrical-coordinate representation of color #A30DC6: hue angle of 288.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30DC6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16313198-
CMYK0.180.9300.22
HSL288.65º87.68%41.37%-
HSV(B)288.65º93.43%77.65%-
XYZ25.4412.1554.43-
YUV78.94195.2187.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 13 (5.47% from 255) = 3.48%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=43.58%
G=3.48%
B=52.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163131980.180.9300.22288.6587.6841.37
HexA3DC6125D0161215829
Octal243153062213502644113051
Binary101000111101110001101001010111010101101001000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30DC6; }

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

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

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

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

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

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

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

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