Shades of Violet Blue #A8449A
Tints of Violet Blue #A8449A
RGB
CMYK
RGB Variations
Color information
#A8449A (or 0xA8449A) is known color: Violet Blue. HEX triplet: A8, 44 and 9A. RGB value is (168,68,154). Sum of RGB (Red+Green+Blue) = 168+68+154=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8449A is #57BB65. Grayscale: #6B6B6B. Windows color (decimal): -5749606 or 10110120. OLE color: 10110120.
HSL color Cylindrical-coordinate representation of color #A8449A: hue angle of 308.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8449A is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 154 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.34 |
| HSL | 308.4º | 0.42% | 0.46% | - |
| HSV(B) | 308.4º | 0.6% | 0.66% | - |
| XYZ | 24.05 | 14.79 | 32.16 | - |
| YUV | 107.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 154 | 0 | 0.60 | 0.08 | 0.34 | 308.4 | 0.42 | 0.46 |
| Hex | A8 | 44 | 9A | 0 | 3C | 8 | 22 | 134 | 2A | 2E |
| Octal | 250 | 104 | 232 | 0 | 74 | 10 | 42 | 464 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10011010 | 0 | 111100 | 1000 | 100010 | 100110100 | 101010 | 101110 |
Color Harmonies of #A8449A
Complementary color
Monochromatic Colors of #A8449A
Black with #A8449A
Text Example
Text Example
White with #A8449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8449A; }
p { color: rgb(168,68,154); }
H1.HeaderClassName
{
color: #A8449A;
}
.AnyTagClassName
{
color: #A8449A;
}
</style>
background-color css
<style>
a { background-color: #A8449A; }
a { background-color: rgb(168,68,154); }
div.DivClassName
{
background-color: #A8449A;
}
.BgClassName
{
background-color: #A8449A;
}
</style>
border-color css
<style>
span { border-color: #A8449A; }
span { border-color: rgb(168,68,154); }
td.TdClassName
{
border-color: #A8449A;
}
.TagClassName
{
border-color: #A8449A;
}
</style>