Shades of Dark Violet #A306CA
Tints of Dark Violet #A306CA
RGB
CMYK
RGB Variations
Color information
#A306CA (or 0xA306CA) is known color: Dark Violet. HEX triplet: A3, 06 and CA. RGB value is (163,6,202). Sum of RGB (Red+Green+Blue) = 163+6+202=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A306CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306CA is #5CF935. Grayscale: #4A4A4A. Windows color (decimal): -6093110 or 13239971. OLE color: 13239971.
HSL color Cylindrical-coordinate representation of color #A306CA: hue angle of 288.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306CA is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 6 | 202 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.21 |
| HSL | 288.06º | 0.94% | 0.41% | - |
| HSV(B) | 288.06º | 0.97% | 0.79% | - |
| XYZ | 25.83 | 12.18 | 56.87 | - |
| YUV | 75.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 202 | 0.19 | 0.97 | 0 | 0.21 | 288.06 | 0.94 | 0.41 |
| Hex | A3 | 6 | CA | 13 | 61 | 0 | 15 | 120 | 5E | 29 |
| Octal | 243 | 6 | 312 | 23 | 141 | 0 | 25 | 440 | 136 | 51 |
| Binary | 10100011 | 110 | 11001010 | 10011 | 1100001 | 0 | 10101 | 100100000 | 1011110 | 101001 |
Color Harmonies of #A306CA
Complementary color
Monochromatic Colors of #A306CA
Black with #A306CA
Text Example
Text Example
White with #A306CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306CA; }
p { color: rgb(163,6,202); }
H1.HeaderClassName
{
color: #A306CA;
}
.AnyTagClassName
{
color: #A306CA;
}
</style>
background-color css
<style>
a { background-color: #A306CA; }
a { background-color: rgb(163,6,202); }
div.DivClassName
{
background-color: #A306CA;
}
.BgClassName
{
background-color: #A306CA;
}
</style>
border-color css
<style>
span { border-color: #A306CA; }
span { border-color: rgb(163,6,202); }
td.TdClassName
{
border-color: #A306CA;
}
.TagClassName
{
border-color: #A306CA;
}
</style>