Shades of Violet Blue #A33DA1
Tints of Violet Blue #A33DA1
RGB
CMYK
RGB Variations
Color information
#A33DA1 (or 0xA33DA1) is known color: Violet Blue. HEX triplet: A3, 3D and A1. RGB value is (163,61,161). Sum of RGB (Red+Green+Blue) = 163+61+161=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A33DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA1 is #5CC25E. Grayscale: #666666. Windows color (decimal): -6079071 or 10567075. OLE color: 10567075.
HSL color Cylindrical-coordinate representation of color #A33DA1: hue angle of 301.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33DA1 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 161 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.36 |
| HSL | 301.18º | 0.46% | 0.44% | - |
| HSV(B) | 301.18º | 0.63% | 0.64% | - |
| XYZ | 23.21 | 13.7 | 35.14 | - |
| YUV | 102.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 161 | 0 | 0.63 | 0.01 | 0.36 | 301.18 | 0.46 | 0.44 |
| Hex | A3 | 3D | A1 | 0 | 3F | 1 | 24 | 12D | 2E | 2C |
| Octal | 243 | 75 | 241 | 0 | 77 | 1 | 44 | 455 | 56 | 54 |
| Binary | 10100011 | 111101 | 10100001 | 0 | 111111 | 1 | 100100 | 100101101 | 101110 | 101100 |
Color Harmonies of #A33DA1
Complementary color
Monochromatic Colors of #A33DA1
Black with #A33DA1
Text Example
Text Example
White with #A33DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DA1; }
p { color: rgb(163,61,161); }
H1.HeaderClassName
{
color: #A33DA1;
}
.AnyTagClassName
{
color: #A33DA1;
}
</style>
background-color css
<style>
a { background-color: #A33DA1; }
a { background-color: rgb(163,61,161); }
div.DivClassName
{
background-color: #A33DA1;
}
.BgClassName
{
background-color: #A33DA1;
}
</style>
border-color css
<style>
span { border-color: #A33DA1; }
span { border-color: rgb(163,61,161); }
td.TdClassName
{
border-color: #A33DA1;
}
.TagClassName
{
border-color: #A33DA1;
}
</style>