Shades of Violet Blue #A8619D
Tints of Violet Blue #A8619D
RGB
CMYK
RGB Variations
Color information
#A8619D (or 0xA8619D) is known color: Violet Blue. HEX triplet: A8, 61 and 9D. RGB value is (168,97,157). Sum of RGB (Red+Green+Blue) = 168+97+157=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8619D is #579E62. Grayscale: #7C7C7C. Windows color (decimal): -5742179 or 10314152. OLE color: 10314152.
HSL color Cylindrical-coordinate representation of color #A8619D: hue angle of 309.3º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8619D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 157 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.34 |
| HSL | 309.3º | 0.29% | 0.52% | - |
| HSV(B) | 309.3º | 0.42% | 0.66% | - |
| XYZ | 26.51 | 19.31 | 34.23 | - |
| YUV | 125.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 157 | 0 | 0.42 | 0.07 | 0.34 | 309.3 | 0.29 | 0.52 |
| Hex | A8 | 61 | 9D | 0 | 2A | 7 | 22 | 135 | 1D | 34 |
| Octal | 250 | 141 | 235 | 0 | 52 | 7 | 42 | 465 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10011101 | 0 | 101010 | 111 | 100010 | 100110101 | 11101 | 110100 |
Color Harmonies of #A8619D
Complementary color
Monochromatic Colors of #A8619D
Black with #A8619D
Text Example
Text Example
White with #A8619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8619D; }
p { color: rgb(168,97,157); }
H1.HeaderClassName
{
color: #A8619D;
}
.AnyTagClassName
{
color: #A8619D;
}
</style>
background-color css
<style>
a { background-color: #A8619D; }
a { background-color: rgb(168,97,157); }
div.DivClassName
{
background-color: #A8619D;
}
.BgClassName
{
background-color: #A8619D;
}
</style>
border-color css
<style>
span { border-color: #A8619D; }
span { border-color: rgb(168,97,157); }
td.TdClassName
{
border-color: #A8619D;
}
.TagClassName
{
border-color: #A8619D;
}
</style>