Shades of Violet Blue #A13C9D
Tints of Violet Blue #A13C9D
RGB
CMYK
RGB Variations
Color information
#A13C9D (or 0xA13C9D) is known color: Violet Blue. HEX triplet: A1, 3C and 9D. RGB value is (161,60,157). Sum of RGB (Red+Green+Blue) = 161+60+157=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13C9D is #5EC362. Grayscale: #646464. Windows color (decimal): -6210403 or 10304673. OLE color: 10304673.
HSL color Cylindrical-coordinate representation of color #A13C9D: hue angle of 302.38º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13C9D is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 157 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.37 |
| HSL | 302.38º | 0.46% | 0.43% | - |
| HSV(B) | 302.38º | 0.63% | 0.63% | - |
| XYZ | 22.4 | 13.24 | 33.27 | - |
| YUV | 101.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 157 | 0 | 0.63 | 0.02 | 0.37 | 302.38 | 0.46 | 0.43 |
| Hex | A1 | 3C | 9D | 0 | 3F | 2 | 25 | 12E | 2E | 2B |
| Octal | 241 | 74 | 235 | 0 | 77 | 2 | 45 | 456 | 56 | 53 |
| Binary | 10100001 | 111100 | 10011101 | 0 | 111111 | 10 | 100101 | 100101110 | 101110 | 101011 |
Color Harmonies of #A13C9D
Complementary color
Monochromatic Colors of #A13C9D
Black with #A13C9D
Text Example
Text Example
White with #A13C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C9D; }
p { color: rgb(161,60,157); }
H1.HeaderClassName
{
color: #A13C9D;
}
.AnyTagClassName
{
color: #A13C9D;
}
</style>
background-color css
<style>
a { background-color: #A13C9D; }
a { background-color: rgb(161,60,157); }
div.DivClassName
{
background-color: #A13C9D;
}
.BgClassName
{
background-color: #A13C9D;
}
</style>
border-color css
<style>
span { border-color: #A13C9D; }
span { border-color: rgb(161,60,157); }
td.TdClassName
{
border-color: #A13C9D;
}
.TagClassName
{
border-color: #A13C9D;
}
</style>