Shades of Violet Blue #A84597
Tints of Violet Blue #A84597
RGB
CMYK
RGB Variations
Color information
#A84597 (or 0xA84597) is known color: Violet Blue. HEX triplet: A8, 45 and 97. RGB value is (168,69,151). Sum of RGB (Red+Green+Blue) = 168+69+151=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A84597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84597 is #57BA68. Grayscale: #6B6B6B. Windows color (decimal): -5749353 or 9913768. OLE color: 9913768.
HSL color Cylindrical-coordinate representation of color #A84597: hue angle of 310.3º 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 #A84597 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 151 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.34 |
| HSL | 310.3º | 0.42% | 0.46% | - |
| HSV(B) | 310.3º | 0.59% | 0.66% | - |
| XYZ | 23.86 | 14.82 | 30.88 | - |
| YUV | 107.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 151 | 0 | 0.59 | 0.10 | 0.34 | 310.3 | 0.42 | 0.46 |
| Hex | A8 | 45 | 97 | 0 | 3B | A | 22 | 136 | 2A | 2E |
| Octal | 250 | 105 | 227 | 0 | 73 | 12 | 42 | 466 | 52 | 56 |
| Binary | 10101000 | 1000101 | 10010111 | 0 | 111011 | 1010 | 100010 | 100110110 | 101010 | 101110 |
Color Harmonies of #A84597
Complementary color
Monochromatic Colors of #A84597
Black with #A84597
Text Example
Text Example
White with #A84597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84597; }
p { color: rgb(168,69,151); }
H1.HeaderClassName
{
color: #A84597;
}
.AnyTagClassName
{
color: #A84597;
}
</style>
background-color css
<style>
a { background-color: #A84597; }
a { background-color: rgb(168,69,151); }
div.DivClassName
{
background-color: #A84597;
}
.BgClassName
{
background-color: #A84597;
}
</style>
border-color css
<style>
span { border-color: #A84597; }
span { border-color: rgb(168,69,151); }
td.TdClassName
{
border-color: #A84597;
}
.TagClassName
{
border-color: #A84597;
}
</style>