Shades of Dark Violet #A306C1
Tints of Dark Violet #A306C1
RGB
CMYK
RGB Variations
Color information
#A306C1 (or 0xA306C1) is known color: Dark Violet. HEX triplet: A3, 06 and C1. RGB value is (163,6,193). Sum of RGB (Red+Green+Blue) = 163+6+193=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #A306C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306C1 is #5CF93E. Grayscale: #494949. Windows color (decimal): -6093119 or 12650147. OLE color: 12650147.
HSL color Cylindrical-coordinate representation of color #A306C1: hue angle of 290.37º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306C1 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 6 | 193 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.24 |
| HSL | 290.37º | 0.94% | 0.39% | - |
| HSV(B) | 290.37º | 0.97% | 0.76% | - |
| XYZ | 24.8 | 11.77 | 51.42 | - |
| YUV | 74.26 | 195.01 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 193 | 0.16 | 0.97 | 0 | 0.24 | 290.37 | 0.94 | 0.39 |
| Hex | A3 | 6 | C1 | 10 | 61 | 0 | 18 | 122 | 5E | 27 |
| Octal | 243 | 6 | 301 | 20 | 141 | 0 | 30 | 442 | 136 | 47 |
| Binary | 10100011 | 110 | 11000001 | 10000 | 1100001 | 0 | 11000 | 100100010 | 1011110 | 100111 |
Color Harmonies of #A306C1
Complementary color
Monochromatic Colors of #A306C1
Black with #A306C1
Text Example
Text Example
White with #A306C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306C1; }
p { color: rgb(163,6,193); }
H1.HeaderClassName
{
color: #A306C1;
}
.AnyTagClassName
{
color: #A306C1;
}
</style>
background-color css
<style>
a { background-color: #A306C1; }
a { background-color: rgb(163,6,193); }
div.DivClassName
{
background-color: #A306C1;
}
.BgClassName
{
background-color: #A306C1;
}
</style>
border-color css
<style>
span { border-color: #A306C1; }
span { border-color: rgb(163,6,193); }
td.TdClassName
{
border-color: #A306C1;
}
.TagClassName
{
border-color: #A306C1;
}
</style>