Shades of Violet Blue #A84598
Tints of Violet Blue #A84598
RGB
CMYK
RGB Variations
Color information
#A84598 (or 0xA84598) is known color: Violet Blue. HEX triplet: A8, 45 and 98. RGB value is (168,69,152). Sum of RGB (Red+Green+Blue) = 168+69+152=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A84598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84598 is #57BA67. Grayscale: #6B6B6B. Windows color (decimal): -5749352 or 9979304. OLE color: 9979304.
HSL color Cylindrical-coordinate representation of color #A84598: hue angle of 309.7º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84598 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 152 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.34 |
| HSL | 309.7º | 0.42% | 0.46% | - |
| HSV(B) | 309.7º | 0.59% | 0.66% | - |
| XYZ | 23.94 | 14.85 | 31.31 | - |
| YUV | 108.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 152 | 0 | 0.59 | 0.10 | 0.34 | 309.7 | 0.42 | 0.46 |
| Hex | A8 | 45 | 98 | 0 | 3B | A | 22 | 136 | 2A | 2E |
| Octal | 250 | 105 | 230 | 0 | 73 | 12 | 42 | 466 | 52 | 56 |
| Binary | 10101000 | 1000101 | 10011000 | 0 | 111011 | 1010 | 100010 | 100110110 | 101010 | 101110 |
Color Harmonies of #A84598
Complementary color
Monochromatic Colors of #A84598
Black with #A84598
Text Example
Text Example
White with #A84598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84598; }
p { color: rgb(168,69,152); }
H1.HeaderClassName
{
color: #A84598;
}
.AnyTagClassName
{
color: #A84598;
}
</style>
background-color css
<style>
a { background-color: #A84598; }
a { background-color: rgb(168,69,152); }
div.DivClassName
{
background-color: #A84598;
}
.BgClassName
{
background-color: #A84598;
}
</style>
border-color css
<style>
span { border-color: #A84598; }
span { border-color: rgb(168,69,152); }
td.TdClassName
{
border-color: #A84598;
}
.TagClassName
{
border-color: #A84598;
}
</style>