#A30DBE

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

Shades of Dark Violet #A30DBE

Tints of Dark Violet #A30DBE

Color information

#A30DBE (or 0xA30DBE) is unknown color: approx Dark Violet. HEX triplet: A3, 0D and BE. RGB value is (163,13,190). Sum of RGB (Red+Green+Blue) = 163+13+190=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #A30DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30DBE is #5CF241. Grayscale: #4D4D4D. Windows color (decimal): -6091330 or 12455331. OLE color: 12455331.

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

Color convert

RGB16313190-
CMYK0.140.9300.25
HSL290.85º87.19%39.8%-
HSV(B)290.85º93.16%74.51%-
XYZ24.5411.7949.7-
YUV78.03191.2188.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 13 (5.47% from 255) = 3.55%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=44.54%
G=3.55%
B=51.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163131900.140.9300.25290.8587.1939.8
HexA3DBEE5D0191235728
Octal243152761613503144312750
Binary10100011110110111110111010111010110011001000111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30DBE; }

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

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

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

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

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

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

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

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