Shades of Violet Blue #A8469D
Tints of Violet Blue #A8469D
RGB
CMYK
RGB Variations
Color information
#A8469D (or 0xA8469D) is known color: Violet Blue. HEX triplet: A8, 46 and 9D. RGB value is (168,70,157). Sum of RGB (Red+Green+Blue) = 168+70+157=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8469D is #57B962. Grayscale: #6C6C6C. Windows color (decimal): -5749091 or 10307240. OLE color: 10307240.
HSL color Cylindrical-coordinate representation of color #A8469D: hue angle of 306.73º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8469D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 157 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.34 |
| HSL | 306.73º | 0.41% | 0.47% | - |
| HSV(B) | 306.73º | 0.58% | 0.66% | - |
| XYZ | 24.42 | 15.14 | 33.53 | - |
| YUV | 109.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 157 | 0 | 0.58 | 0.07 | 0.34 | 306.73 | 0.41 | 0.47 |
| Hex | A8 | 46 | 9D | 0 | 3A | 7 | 22 | 133 | 29 | 2F |
| Octal | 250 | 106 | 235 | 0 | 72 | 7 | 42 | 463 | 51 | 57 |
| Binary | 10101000 | 1000110 | 10011101 | 0 | 111010 | 111 | 100010 | 100110011 | 101001 | 101111 |
Color Harmonies of #A8469D
Complementary color
Monochromatic Colors of #A8469D
Black with #A8469D
Text Example
Text Example
White with #A8469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8469D; }
p { color: rgb(168,70,157); }
H1.HeaderClassName
{
color: #A8469D;
}
.AnyTagClassName
{
color: #A8469D;
}
</style>
background-color css
<style>
a { background-color: #A8469D; }
a { background-color: rgb(168,70,157); }
div.DivClassName
{
background-color: #A8469D;
}
.BgClassName
{
background-color: #A8469D;
}
</style>
border-color css
<style>
span { border-color: #A8469D; }
span { border-color: rgb(168,70,157); }
td.TdClassName
{
border-color: #A8469D;
}
.TagClassName
{
border-color: #A8469D;
}
</style>