Shades of Dark Violet #A305C7
Tints of Dark Violet #A305C7
RGB
CMYK
RGB Variations
Color information
#A305C7 (or 0xA305C7) is known color: Dark Violet. HEX triplet: A3, 05 and C7. RGB value is (163,5,199). Sum of RGB (Red+Green+Blue) = 163+5+199=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 199 (78.12% from 255 or 54.22% from 367); Max value from RGB is 199 - color contains mainly: blue. Hex color #A305C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305C7 is #5CFA38. Grayscale: #494949. Windows color (decimal): -6093369 or 13043107. OLE color: 13043107.
HSL color Cylindrical-coordinate representation of color #A305C7: hue angle of 288.87º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305C7 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 5 | 199 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.22 |
| HSL | 288.87º | 0.95% | 0.4% | - |
| HSV(B) | 288.87º | 0.97% | 0.78% | - |
| XYZ | 25.47 | 12.02 | 55.01 | - |
| YUV | 74.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 199 | 0.18 | 0.97 | 0 | 0.22 | 288.87 | 0.95 | 0.4 |
| Hex | A3 | 5 | C7 | 12 | 61 | 0 | 16 | 121 | 5F | 28 |
| Octal | 243 | 5 | 307 | 22 | 141 | 0 | 26 | 441 | 137 | 50 |
| Binary | 10100011 | 101 | 11000111 | 10010 | 1100001 | 0 | 10110 | 100100001 | 1011111 | 101000 |
Color Harmonies of #A305C7
Complementary color
Monochromatic Colors of #A305C7
Black with #A305C7
Text Example
Text Example
White with #A305C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305C7; }
p { color: rgb(163,5,199); }
H1.HeaderClassName
{
color: #A305C7;
}
.AnyTagClassName
{
color: #A305C7;
}
</style>
background-color css
<style>
a { background-color: #A305C7; }
a { background-color: rgb(163,5,199); }
div.DivClassName
{
background-color: #A305C7;
}
.BgClassName
{
background-color: #A305C7;
}
</style>
border-color css
<style>
span { border-color: #A305C7; }
span { border-color: rgb(163,5,199); }
td.TdClassName
{
border-color: #A305C7;
}
.TagClassName
{
border-color: #A305C7;
}
</style>