Shades of Violet Blue #A33A9D
Tints of Violet Blue #A33A9D
RGB
CMYK
RGB Variations
Color information
#A33A9D (or 0xA33A9D) is known color: Violet Blue. HEX triplet: A3, 3A and 9D. RGB value is (163,58,157). Sum of RGB (Red+Green+Blue) = 163+58+157=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33A9D is #5CC562. Grayscale: #646464. Windows color (decimal): -6079843 or 10304163. OLE color: 10304163.
HSL color Cylindrical-coordinate representation of color #A33A9D: hue angle of 303.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33A9D is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 157 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.36 |
| HSL | 303.43º | 0.48% | 0.43% | - |
| HSV(B) | 303.43º | 0.64% | 0.64% | - |
| XYZ | 22.7 | 13.25 | 33.26 | - |
| YUV | 100.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 157 | 0 | 0.64 | 0.04 | 0.36 | 303.43 | 0.48 | 0.43 |
| Hex | A3 | 3A | 9D | 0 | 40 | 4 | 24 | 12F | 30 | 2B |
| Octal | 243 | 72 | 235 | 0 | 100 | 4 | 44 | 457 | 60 | 53 |
| Binary | 10100011 | 111010 | 10011101 | 0 | 1000000 | 100 | 100100 | 100101111 | 110000 | 101011 |
Color Harmonies of #A33A9D
Complementary color
Monochromatic Colors of #A33A9D
Black with #A33A9D
Text Example
Text Example
White with #A33A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A9D; }
p { color: rgb(163,58,157); }
H1.HeaderClassName
{
color: #A33A9D;
}
.AnyTagClassName
{
color: #A33A9D;
}
</style>
background-color css
<style>
a { background-color: #A33A9D; }
a { background-color: rgb(163,58,157); }
div.DivClassName
{
background-color: #A33A9D;
}
.BgClassName
{
background-color: #A33A9D;
}
</style>
border-color css
<style>
span { border-color: #A33A9D; }
span { border-color: rgb(163,58,157); }
td.TdClassName
{
border-color: #A33A9D;
}
.TagClassName
{
border-color: #A33A9D;
}
</style>