Shades of Violet Blue #A5399C
Tints of Violet Blue #A5399C
RGB
CMYK
RGB Variations
Color information
#A5399C (or 0xA5399C) is known color: Violet Blue. HEX triplet: A5, 39 and 9C. RGB value is (165,57,156). Sum of RGB (Red+Green+Blue) = 165+57+156=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5399C is #5AC663. Grayscale: #646464. Windows color (decimal): -5949028 or 10238373. OLE color: 10238373.
HSL color Cylindrical-coordinate representation of color #A5399C: hue angle of 305º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5399C is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 156 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.35 |
| HSL | 305º | 0.49% | 0.44% | - |
| HSV(B) | 305º | 0.65% | 0.65% | - |
| XYZ | 22.98 | 13.33 | 32.81 | - |
| YUV | 100.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 156 | 0 | 0.65 | 0.05 | 0.35 | 305 | 0.49 | 0.44 |
| Hex | A5 | 39 | 9C | 0 | 41 | 5 | 23 | 131 | 31 | 2C |
| Octal | 245 | 71 | 234 | 0 | 101 | 5 | 43 | 461 | 61 | 54 |
| Binary | 10100101 | 111001 | 10011100 | 0 | 1000001 | 101 | 100011 | 100110001 | 110001 | 101100 |
Color Harmonies of #A5399C
Complementary color
Monochromatic Colors of #A5399C
Black with #A5399C
Text Example
Text Example
White with #A5399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5399C; }
p { color: rgb(165,57,156); }
H1.HeaderClassName
{
color: #A5399C;
}
.AnyTagClassName
{
color: #A5399C;
}
</style>
background-color css
<style>
a { background-color: #A5399C; }
a { background-color: rgb(165,57,156); }
div.DivClassName
{
background-color: #A5399C;
}
.BgClassName
{
background-color: #A5399C;
}
</style>
border-color css
<style>
span { border-color: #A5399C; }
span { border-color: rgb(165,57,156); }
td.TdClassName
{
border-color: #A5399C;
}
.TagClassName
{
border-color: #A5399C;
}
</style>