Shades of Violet Blue #A8389E
Tints of Violet Blue #A8389E
RGB
CMYK
RGB Variations
Color information
#A8389E (or 0xA8389E) is known color: Violet Blue. HEX triplet: A8, 38 and 9E. RGB value is (168,56,158). Sum of RGB (Red+Green+Blue) = 168+56+158=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8389E is #57C761. Grayscale: #646464. Windows color (decimal): -5752674 or 10369192. OLE color: 10369192.
HSL color Cylindrical-coordinate representation of color #A8389E: hue angle of 305.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8389E is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 158 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.34 |
| HSL | 305.36º | 0.5% | 0.44% | - |
| HSV(B) | 305.36º | 0.67% | 0.66% | - |
| XYZ | 23.73 | 13.62 | 33.73 | - |
| YUV | 101.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 158 | 0 | 0.67 | 0.06 | 0.34 | 305.36 | 0.5 | 0.44 |
| Hex | A8 | 38 | 9E | 0 | 43 | 6 | 22 | 131 | 32 | 2C |
| Octal | 250 | 70 | 236 | 0 | 103 | 6 | 42 | 461 | 62 | 54 |
| Binary | 10101000 | 111000 | 10011110 | 0 | 1000011 | 110 | 100010 | 100110001 | 110010 | 101100 |
Color Harmonies of #A8389E
Complementary color
Monochromatic Colors of #A8389E
Black with #A8389E
Text Example
Text Example
White with #A8389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8389E; }
p { color: rgb(168,56,158); }
H1.HeaderClassName
{
color: #A8389E;
}
.AnyTagClassName
{
color: #A8389E;
}
</style>
background-color css
<style>
a { background-color: #A8389E; }
a { background-color: rgb(168,56,158); }
div.DivClassName
{
background-color: #A8389E;
}
.BgClassName
{
background-color: #A8389E;
}
</style>
border-color css
<style>
span { border-color: #A8389E; }
span { border-color: rgb(168,56,158); }
td.TdClassName
{
border-color: #A8389E;
}
.TagClassName
{
border-color: #A8389E;
}
</style>