Shades of Dark Violet #A309C6
Tints of Dark Violet #A309C6
RGB
CMYK
RGB Variations
Color information
#A309C6 (or 0xA309C6) is known color: Dark Violet. HEX triplet: A3, 09 and C6. RGB value is (163,9,198). Sum of RGB (Red+Green+Blue) = 163+9+198=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #A309C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309C6 is #5CF639. Grayscale: #4B4B4B. Windows color (decimal): -6092346 or 12978595. OLE color: 12978595.
HSL color Cylindrical-coordinate representation of color #A309C6: hue angle of 288.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309C6 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 9 | 198 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.22 |
| HSL | 288.89º | 0.91% | 0.41% | - |
| HSV(B) | 288.89º | 0.95% | 0.78% | - |
| XYZ | 25.39 | 12.06 | 54.42 | - |
| YUV | 76.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 198 | 0.18 | 0.95 | 0 | 0.22 | 288.89 | 0.91 | 0.41 |
| Hex | A3 | 9 | C6 | 12 | 5F | 0 | 16 | 121 | 5B | 29 |
| Octal | 243 | 11 | 306 | 22 | 137 | 0 | 26 | 441 | 133 | 51 |
| Binary | 10100011 | 1001 | 11000110 | 10010 | 1011111 | 0 | 10110 | 100100001 | 1011011 | 101001 |
Color Harmonies of #A309C6
Complementary color
Monochromatic Colors of #A309C6
Black with #A309C6
Text Example
Text Example
White with #A309C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309C6; }
p { color: rgb(163,9,198); }
H1.HeaderClassName
{
color: #A309C6;
}
.AnyTagClassName
{
color: #A309C6;
}
</style>
background-color css
<style>
a { background-color: #A309C6; }
a { background-color: rgb(163,9,198); }
div.DivClassName
{
background-color: #A309C6;
}
.BgClassName
{
background-color: #A309C6;
}
</style>
border-color css
<style>
span { border-color: #A309C6; }
span { border-color: rgb(163,9,198); }
td.TdClassName
{
border-color: #A309C6;
}
.TagClassName
{
border-color: #A309C6;
}
</style>