Shades of Dark Violet #A309C7
Tints of Dark Violet #A309C7
RGB
CMYK
RGB Variations
Color information
#A309C7 (or 0xA309C7) is known color: Dark Violet. HEX triplet: A3, 09 and C7. RGB value is (163,9,199). Sum of RGB (Red+Green+Blue) = 163+9+199=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 199 (78.12% from 255 or 53.64% from 371); Max value from RGB is 199 - color contains mainly: blue. Hex color #A309C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A309C7 is #5CF638. Grayscale: #4C4C4C. Windows color (decimal): -6092345 or 13044131. OLE color: 13044131.
HSL color Cylindrical-coordinate representation of color #A309C7: hue angle of 288.63º 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 #A309C7 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 9 | 199 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.22 |
| HSL | 288.63º | 0.91% | 0.41% | - |
| HSV(B) | 288.63º | 0.95% | 0.78% | - |
| XYZ | 25.51 | 12.11 | 55.02 | - |
| YUV | 76.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 199 | 0.18 | 0.95 | 0 | 0.22 | 288.63 | 0.91 | 0.41 |
| Hex | A3 | 9 | C7 | 12 | 5F | 0 | 16 | 121 | 5B | 29 |
| Octal | 243 | 11 | 307 | 22 | 137 | 0 | 26 | 441 | 133 | 51 |
| Binary | 10100011 | 1001 | 11000111 | 10010 | 1011111 | 0 | 10110 | 100100001 | 1011011 | 101001 |
Color Harmonies of #A309C7
Complementary color
Monochromatic Colors of #A309C7
Black with #A309C7
Text Example
Text Example
White with #A309C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A309C7; }
p { color: rgb(163,9,199); }
H1.HeaderClassName
{
color: #A309C7;
}
.AnyTagClassName
{
color: #A309C7;
}
</style>
background-color css
<style>
a { background-color: #A309C7; }
a { background-color: rgb(163,9,199); }
div.DivClassName
{
background-color: #A309C7;
}
.BgClassName
{
background-color: #A309C7;
}
</style>
border-color css
<style>
span { border-color: #A309C7; }
span { border-color: rgb(163,9,199); }
td.TdClassName
{
border-color: #A309C7;
}
.TagClassName
{
border-color: #A309C7;
}
</style>