Shades of Violet Blue #A33DA0
Tints of Violet Blue #A33DA0
RGB
CMYK
RGB Variations
Color information
#A33DA0 (or 0xA33DA0) is known color: Violet Blue. HEX triplet: A3, 3D and A0. RGB value is (163,61,160). Sum of RGB (Red+Green+Blue) = 163+61+160=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A33DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA0 is #5CC25F. Grayscale: #666666. Windows color (decimal): -6079072 or 10501539. OLE color: 10501539.
HSL color Cylindrical-coordinate representation of color #A33DA0: hue angle of 301.76º 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 #A33DA0 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 160 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.36 |
| HSL | 301.76º | 0.46% | 0.44% | - |
| HSV(B) | 301.76º | 0.63% | 0.64% | - |
| XYZ | 23.12 | 13.66 | 34.68 | - |
| YUV | 102.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 160 | 0 | 0.63 | 0.02 | 0.36 | 301.76 | 0.46 | 0.44 |
| Hex | A3 | 3D | A0 | 0 | 3F | 2 | 24 | 12E | 2E | 2C |
| Octal | 243 | 75 | 240 | 0 | 77 | 2 | 44 | 456 | 56 | 54 |
| Binary | 10100011 | 111101 | 10100000 | 0 | 111111 | 10 | 100100 | 100101110 | 101110 | 101100 |
Color Harmonies of #A33DA0
Complementary color
Monochromatic Colors of #A33DA0
Black with #A33DA0
Text Example
Text Example
White with #A33DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DA0; }
p { color: rgb(163,61,160); }
H1.HeaderClassName
{
color: #A33DA0;
}
.AnyTagClassName
{
color: #A33DA0;
}
</style>
background-color css
<style>
a { background-color: #A33DA0; }
a { background-color: rgb(163,61,160); }
div.DivClassName
{
background-color: #A33DA0;
}
.BgClassName
{
background-color: #A33DA0;
}
</style>
border-color css
<style>
span { border-color: #A33DA0; }
span { border-color: rgb(163,61,160); }
td.TdClassName
{
border-color: #A33DA0;
}
.TagClassName
{
border-color: #A33DA0;
}
</style>