Shades of Dark Violet #A306E6
Tints of Dark Violet #A306E6
RGB
CMYK
RGB Variations
Color information
#A306E6 (or 0xA306E6) is known color: Dark Violet. HEX triplet: A3, 06 and E6. RGB value is (163,6,230). Sum of RGB (Red+Green+Blue) = 163+6+230=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #A306E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A306E6 is #5CF919. Grayscale: #4D4D4D. Windows color (decimal): -6093082 or 15074979. OLE color: 15074979.
HSL color Cylindrical-coordinate representation of color #A306E6: hue angle of 282.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306E6 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 6 | 230 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.10 |
| HSL | 282.05º | 0.95% | 0.46% | - |
| HSV(B) | 282.05º | 0.97% | 0.9% | - |
| XYZ | 29.45 | 13.63 | 75.94 | - |
| YUV | 78.48 | 213.51 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 230 | 0.29 | 0.97 | 0 | 0.10 | 282.05 | 0.95 | 0.46 |
| Hex | A3 | 6 | E6 | 1D | 61 | 0 | A | 11A | 5F | 2E |
| Octal | 243 | 6 | 346 | 35 | 141 | 0 | 12 | 432 | 137 | 56 |
| Binary | 10100011 | 110 | 11100110 | 11101 | 1100001 | 0 | 1010 | 100011010 | 1011111 | 101110 |
Color Harmonies of #A306E6
Complementary color
Monochromatic Colors of #A306E6
Black with #A306E6
Text Example
Text Example
White with #A306E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306E6; }
p { color: rgb(163,6,230); }
H1.HeaderClassName
{
color: #A306E6;
}
.AnyTagClassName
{
color: #A306E6;
}
</style>
background-color css
<style>
a { background-color: #A306E6; }
a { background-color: rgb(163,6,230); }
div.DivClassName
{
background-color: #A306E6;
}
.BgClassName
{
background-color: #A306E6;
}
</style>
border-color css
<style>
span { border-color: #A306E6; }
span { border-color: rgb(163,6,230); }
td.TdClassName
{
border-color: #A306E6;
}
.TagClassName
{
border-color: #A306E6;
}
</style>