Shades of Dark Violet #A314B8
Tints of Dark Violet #A314B8
RGB
CMYK
RGB Variations
Color information
#A314B8 (or 0xA314B8) is known color: Dark Violet. HEX triplet: A3, 14 and B8. RGB value is (163,20,184). Sum of RGB (Red+Green+Blue) = 163+20+184=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #A314B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314B8 is #5CEB47. Grayscale: #505050. Windows color (decimal): -6089544 or 12063907. OLE color: 12063907.
HSL color Cylindrical-coordinate representation of color #A314B8: hue angle of 292.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A314B8 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 20 | 184 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.28 |
| HSL | 292.32º | 0.8% | 0.4% | - |
| HSV(B) | 292.32º | 0.89% | 0.72% | - |
| XYZ | 24.01 | 11.75 | 46.35 | - |
| YUV | 81.45 | 185.88 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 184 | 0.11 | 0.89 | 0 | 0.28 | 292.32 | 0.8 | 0.4 |
| Hex | A3 | 14 | B8 | B | 59 | 0 | 1C | 124 | 50 | 28 |
| Octal | 243 | 24 | 270 | 13 | 131 | 0 | 34 | 444 | 120 | 50 |
| Binary | 10100011 | 10100 | 10111000 | 1011 | 1011001 | 0 | 11100 | 100100100 | 1010000 | 101000 |
Color Harmonies of #A314B8
Complementary color
Monochromatic Colors of #A314B8
Black with #A314B8
Text Example
Text Example
White with #A314B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A314B8; }
p { color: rgb(163,20,184); }
H1.HeaderClassName
{
color: #A314B8;
}
.AnyTagClassName
{
color: #A314B8;
}
</style>
background-color css
<style>
a { background-color: #A314B8; }
a { background-color: rgb(163,20,184); }
div.DivClassName
{
background-color: #A314B8;
}
.BgClassName
{
background-color: #A314B8;
}
</style>
border-color css
<style>
span { border-color: #A314B8; }
span { border-color: rgb(163,20,184); }
td.TdClassName
{
border-color: #A314B8;
}
.TagClassName
{
border-color: #A314B8;
}
</style>