Shades of Violet Blue #A3399E
Tints of Violet Blue #A3399E
RGB
CMYK
RGB Variations
Color information
#A3399E (or 0xA3399E) is known color: Violet Blue. HEX triplet: A3, 39 and 9E. RGB value is (163,57,158). Sum of RGB (Red+Green+Blue) = 163+57+158=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3399E is #5CC661. Grayscale: #636363. Windows color (decimal): -6080098 or 10369443. OLE color: 10369443.
HSL color Cylindrical-coordinate representation of color #A3399E: hue angle of 302.83º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3399E is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 158 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.36 |
| HSL | 302.83º | 0.48% | 0.43% | - |
| HSV(B) | 302.83º | 0.65% | 0.64% | - |
| XYZ | 22.74 | 13.18 | 33.69 | - |
| YUV | 100.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 158 | 0 | 0.65 | 0.03 | 0.36 | 302.83 | 0.48 | 0.43 |
| Hex | A3 | 39 | 9E | 0 | 41 | 3 | 24 | 12F | 30 | 2B |
| Octal | 243 | 71 | 236 | 0 | 101 | 3 | 44 | 457 | 60 | 53 |
| Binary | 10100011 | 111001 | 10011110 | 0 | 1000001 | 11 | 100100 | 100101111 | 110000 | 101011 |
Color Harmonies of #A3399E
Complementary color
Monochromatic Colors of #A3399E
Black with #A3399E
Text Example
Text Example
White with #A3399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3399E; }
p { color: rgb(163,57,158); }
H1.HeaderClassName
{
color: #A3399E;
}
.AnyTagClassName
{
color: #A3399E;
}
</style>
background-color css
<style>
a { background-color: #A3399E; }
a { background-color: rgb(163,57,158); }
div.DivClassName
{
background-color: #A3399E;
}
.BgClassName
{
background-color: #A3399E;
}
</style>
border-color css
<style>
span { border-color: #A3399E; }
span { border-color: rgb(163,57,158); }
td.TdClassName
{
border-color: #A3399E;
}
.TagClassName
{
border-color: #A3399E;
}
</style>