Shades of Violet Blue #A8449C
Tints of Violet Blue #A8449C
RGB
CMYK
RGB Variations
Color information
#A8449C (or 0xA8449C) is known color: Violet Blue. HEX triplet: A8, 44 and 9C. RGB value is (168,68,156). Sum of RGB (Red+Green+Blue) = 168+68+156=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8449C is #57BB63. Grayscale: #6B6B6B. Windows color (decimal): -5749604 or 10241192. OLE color: 10241192.
HSL color Cylindrical-coordinate representation of color #A8449C: hue angle of 307.2º 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 #A8449C is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 156 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.34 |
| HSL | 307.2º | 0.42% | 0.46% | - |
| HSV(B) | 307.2º | 0.6% | 0.66% | - |
| XYZ | 24.22 | 14.86 | 33.04 | - |
| YUV | 107.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 156 | 0 | 0.60 | 0.07 | 0.34 | 307.2 | 0.42 | 0.46 |
| Hex | A8 | 44 | 9C | 0 | 3C | 7 | 22 | 133 | 2A | 2E |
| Octal | 250 | 104 | 234 | 0 | 74 | 7 | 42 | 463 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10011100 | 0 | 111100 | 111 | 100010 | 100110011 | 101010 | 101110 |
Color Harmonies of #A8449C
Complementary color
Monochromatic Colors of #A8449C
Black with #A8449C
Text Example
Text Example
White with #A8449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8449C; }
p { color: rgb(168,68,156); }
H1.HeaderClassName
{
color: #A8449C;
}
.AnyTagClassName
{
color: #A8449C;
}
</style>
background-color css
<style>
a { background-color: #A8449C; }
a { background-color: rgb(168,68,156); }
div.DivClassName
{
background-color: #A8449C;
}
.BgClassName
{
background-color: #A8449C;
}
</style>
border-color css
<style>
span { border-color: #A8449C; }
span { border-color: rgb(168,68,156); }
td.TdClassName
{
border-color: #A8449C;
}
.TagClassName
{
border-color: #A8449C;
}
</style>