Shades of Violet Blue #A33DA5
Tints of Violet Blue #A33DA5
RGB
CMYK
RGB Variations
Color information
#A33DA5 (or 0xA33DA5) is known color: Violet Blue. HEX triplet: A3, 3D and A5. RGB value is (163,61,165). Sum of RGB (Red+Green+Blue) = 163+61+165=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #A33DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA5 is #5CC25A. Grayscale: #676767. Windows color (decimal): -6079067 or 10829219. OLE color: 10829219.
HSL color Cylindrical-coordinate representation of color #A33DA5: hue angle of 298.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33DA5 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 61 | 165 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.35 |
| HSL | 298.85º | 0.46% | 0.44% | - |
| HSV(B) | 298.85º | 0.63% | 0.65% | - |
| XYZ | 23.56 | 13.84 | 37.03 | - |
| YUV | 103.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 165 | 0.01 | 0.63 | 0 | 0.35 | 298.85 | 0.46 | 0.44 |
| Hex | A3 | 3D | A5 | 1 | 3F | 0 | 23 | 12B | 2E | 2C |
| Octal | 243 | 75 | 245 | 1 | 77 | 0 | 43 | 453 | 56 | 54 |
| Binary | 10100011 | 111101 | 10100101 | 1 | 111111 | 0 | 100011 | 100101011 | 101110 | 101100 |
Color Harmonies of #A33DA5
Complementary color
Monochromatic Colors of #A33DA5
Black with #A33DA5
Text Example
Text Example
White with #A33DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DA5; }
p { color: rgb(163,61,165); }
H1.HeaderClassName
{
color: #A33DA5;
}
.AnyTagClassName
{
color: #A33DA5;
}
</style>
background-color css
<style>
a { background-color: #A33DA5; }
a { background-color: rgb(163,61,165); }
div.DivClassName
{
background-color: #A33DA5;
}
.BgClassName
{
background-color: #A33DA5;
}
</style>
border-color css
<style>
span { border-color: #A33DA5; }
span { border-color: rgb(163,61,165); }
td.TdClassName
{
border-color: #A33DA5;
}
.TagClassName
{
border-color: #A33DA5;
}
</style>