Shades of Dark Violet #A306CE
Tints of Dark Violet #A306CE
RGB
CMYK
RGB Variations
Color information
#A306CE (or 0xA306CE) is known color: Dark Violet. HEX triplet: A3, 06 and CE. RGB value is (163,6,206). Sum of RGB (Red+Green+Blue) = 163+6+206=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A306CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306CE is #5CF931. Grayscale: #4B4B4B. Windows color (decimal): -6093106 or 13502115. OLE color: 13502115.
HSL color Cylindrical-coordinate representation of color #A306CE: hue angle of 287.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306CE is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 6 | 206 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.19 |
| HSL | 287.1º | 0.94% | 0.42% | - |
| HSV(B) | 287.1º | 0.97% | 0.81% | - |
| XYZ | 26.31 | 12.37 | 59.39 | - |
| YUV | 75.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 206 | 0.21 | 0.97 | 0 | 0.19 | 287.1 | 0.94 | 0.42 |
| Hex | A3 | 6 | CE | 15 | 61 | 0 | 13 | 11F | 5E | 2A |
| Octal | 243 | 6 | 316 | 25 | 141 | 0 | 23 | 437 | 136 | 52 |
| Binary | 10100011 | 110 | 11001110 | 10101 | 1100001 | 0 | 10011 | 100011111 | 1011110 | 101010 |
Color Harmonies of #A306CE
Complementary color
Monochromatic Colors of #A306CE
Black with #A306CE
Text Example
Text Example
White with #A306CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306CE; }
p { color: rgb(163,6,206); }
H1.HeaderClassName
{
color: #A306CE;
}
.AnyTagClassName
{
color: #A306CE;
}
</style>
background-color css
<style>
a { background-color: #A306CE; }
a { background-color: rgb(163,6,206); }
div.DivClassName
{
background-color: #A306CE;
}
.BgClassName
{
background-color: #A306CE;
}
</style>
border-color css
<style>
span { border-color: #A306CE; }
span { border-color: rgb(163,6,206); }
td.TdClassName
{
border-color: #A306CE;
}
.TagClassName
{
border-color: #A306CE;
}
</style>