Shades of Violet Blue #A8449D
Tints of Violet Blue #A8449D
RGB
CMYK
RGB Variations
Color information
#A8449D (or 0xA8449D) is known color: Violet Blue. HEX triplet: A8, 44 and 9D. RGB value is (168,68,157). Sum of RGB (Red+Green+Blue) = 168+68+157=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8449D is #57BB62. Grayscale: #6B6B6B. Windows color (decimal): -5749603 or 10306728. OLE color: 10306728.
HSL color Cylindrical-coordinate representation of color #A8449D: hue angle of 306.6º 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 #A8449D is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 157 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.34 |
| HSL | 306.6º | 0.42% | 0.46% | - |
| HSV(B) | 306.6º | 0.6% | 0.66% | - |
| XYZ | 24.3 | 14.89 | 33.49 | - |
| YUV | 108.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 157 | 0 | 0.60 | 0.07 | 0.34 | 306.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 9D | 0 | 3C | 7 | 22 | 133 | 2A | 2E |
| Octal | 250 | 104 | 235 | 0 | 74 | 7 | 42 | 463 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10011101 | 0 | 111100 | 111 | 100010 | 100110011 | 101010 | 101110 |
Color Harmonies of #A8449D
Complementary color
Monochromatic Colors of #A8449D
Black with #A8449D
Text Example
Text Example
White with #A8449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8449D; }
p { color: rgb(168,68,157); }
H1.HeaderClassName
{
color: #A8449D;
}
.AnyTagClassName
{
color: #A8449D;
}
</style>
background-color css
<style>
a { background-color: #A8449D; }
a { background-color: rgb(168,68,157); }
div.DivClassName
{
background-color: #A8449D;
}
.BgClassName
{
background-color: #A8449D;
}
</style>
border-color css
<style>
span { border-color: #A8449D; }
span { border-color: rgb(168,68,157); }
td.TdClassName
{
border-color: #A8449D;
}
.TagClassName
{
border-color: #A8449D;
}
</style>