Shades of Violet Blue #A33DA3
Tints of Violet Blue #A33DA3
RGB
CMYK
RGB Variations
Color information
#A33DA3 (or 0xA33DA3) is known color: Violet Blue. HEX triplet: A3, 3D and A3. RGB value is (163,61,163). Sum of RGB (Red+Green+Blue) = 163+61+163=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A33DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA3 is #5CC25C. Grayscale: #666666. Windows color (decimal): -6079069 or 10698147. OLE color: 10698147.
HSL color Cylindrical-coordinate representation of color #A33DA3: hue angle of 300º 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 #A33DA3 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 163 | - |
| CMYK | 0 | 0.63 | 0 | 0.36 |
| HSL | 300º | 0.46% | 0.44% | - |
| HSV(B) | 300º | 0.63% | 0.64% | - |
| XYZ | 23.38 | 13.77 | 36.08 | - |
| YUV | 103.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 163 | 0 | 0.63 | 0 | 0.36 | 300 | 0.46 | 0.44 |
| Hex | A3 | 3D | A3 | 0 | 3F | 0 | 24 | 12C | 2E | 2C |
| Octal | 243 | 75 | 243 | 0 | 77 | 0 | 44 | 454 | 56 | 54 |
| Binary | 10100011 | 111101 | 10100011 | 0 | 111111 | 0 | 100100 | 100101100 | 101110 | 101100 |
Color Harmonies of #A33DA3
Complementary color
Monochromatic Colors of #A33DA3
Black with #A33DA3
Text Example
Text Example
White with #A33DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DA3; }
p { color: rgb(163,61,163); }
H1.HeaderClassName
{
color: #A33DA3;
}
.AnyTagClassName
{
color: #A33DA3;
}
</style>
background-color css
<style>
a { background-color: #A33DA3; }
a { background-color: rgb(163,61,163); }
div.DivClassName
{
background-color: #A33DA3;
}
.BgClassName
{
background-color: #A33DA3;
}
</style>
border-color css
<style>
span { border-color: #A33DA3; }
span { border-color: rgb(163,61,163); }
td.TdClassName
{
border-color: #A33DA3;
}
.TagClassName
{
border-color: #A33DA3;
}
</style>