Shades of Dark Violet #A308C1
Tints of Dark Violet #A308C1
RGB
CMYK
RGB Variations
Color information
#A308C1 (or 0xA308C1) is known color: Dark Violet. HEX triplet: A3, 08 and C1. RGB value is (163,8,193). Sum of RGB (Red+Green+Blue) = 163+8+193=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #A308C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308C1 is #5CF73E. Grayscale: #4A4A4A. Windows color (decimal): -6092607 or 12650659. OLE color: 12650659.
HSL color Cylindrical-coordinate representation of color #A308C1: hue angle of 290.27º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308C1 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 8 | 193 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.24 |
| HSL | 290.27º | 0.92% | 0.39% | - |
| HSV(B) | 290.27º | 0.96% | 0.76% | - |
| XYZ | 24.82 | 11.81 | 51.42 | - |
| YUV | 75.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 193 | 0.16 | 0.96 | 0 | 0.24 | 290.27 | 0.92 | 0.39 |
| Hex | A3 | 8 | C1 | 10 | 60 | 0 | 18 | 122 | 5C | 27 |
| Octal | 243 | 10 | 301 | 20 | 140 | 0 | 30 | 442 | 134 | 47 |
| Binary | 10100011 | 1000 | 11000001 | 10000 | 1100000 | 0 | 11000 | 100100010 | 1011100 | 100111 |
Color Harmonies of #A308C1
Complementary color
Monochromatic Colors of #A308C1
Black with #A308C1
Text Example
Text Example
White with #A308C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308C1; }
p { color: rgb(163,8,193); }
H1.HeaderClassName
{
color: #A308C1;
}
.AnyTagClassName
{
color: #A308C1;
}
</style>
background-color css
<style>
a { background-color: #A308C1; }
a { background-color: rgb(163,8,193); }
div.DivClassName
{
background-color: #A308C1;
}
.BgClassName
{
background-color: #A308C1;
}
</style>
border-color css
<style>
span { border-color: #A308C1; }
span { border-color: rgb(163,8,193); }
td.TdClassName
{
border-color: #A308C1;
}
.TagClassName
{
border-color: #A308C1;
}
</style>