Shades of Violet Blue #A84F9D
Tints of Violet Blue #A84F9D
RGB
CMYK
RGB Variations
Color information
#A84F9D (or 0xA84F9D) is known color: Violet Blue. HEX triplet: A8, 4F and 9D. RGB value is (168,79,157). Sum of RGB (Red+Green+Blue) = 168+79+157=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84F9D is #57B062. Grayscale: #727272. Windows color (decimal): -5746787 or 10309544. OLE color: 10309544.
HSL color Cylindrical-coordinate representation of color #A84F9D: hue angle of 307.42º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A84F9D is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 79 | 157 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.34 |
| HSL | 307.42º | 0.36% | 0.48% | - |
| HSV(B) | 307.42º | 0.53% | 0.66% | - |
| XYZ | 25.03 | 16.35 | 33.74 | - |
| YUV | 114.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 157 | 0 | 0.53 | 0.07 | 0.34 | 307.42 | 0.36 | 0.48 |
| Hex | A8 | 4F | 9D | 0 | 35 | 7 | 22 | 133 | 24 | 30 |
| Octal | 250 | 117 | 235 | 0 | 65 | 7 | 42 | 463 | 44 | 60 |
| Binary | 10101000 | 1001111 | 10011101 | 0 | 110101 | 111 | 100010 | 100110011 | 100100 | 110000 |
Color Harmonies of #A84F9D
Complementary color
Monochromatic Colors of #A84F9D
Black with #A84F9D
Text Example
Text Example
White with #A84F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84F9D; }
p { color: rgb(168,79,157); }
H1.HeaderClassName
{
color: #A84F9D;
}
.AnyTagClassName
{
color: #A84F9D;
}
</style>
background-color css
<style>
a { background-color: #A84F9D; }
a { background-color: rgb(168,79,157); }
div.DivClassName
{
background-color: #A84F9D;
}
.BgClassName
{
background-color: #A84F9D;
}
</style>
border-color css
<style>
span { border-color: #A84F9D; }
span { border-color: rgb(168,79,157); }
td.TdClassName
{
border-color: #A84F9D;
}
.TagClassName
{
border-color: #A84F9D;
}
</style>