Shades of Violet Blue #A33DA6
Tints of Violet Blue #A33DA6
RGB
CMYK
RGB Variations
Color information
#A33DA6 (or 0xA33DA6) is known color: Violet Blue. HEX triplet: A3, 3D and A6. RGB value is (163,61,166). Sum of RGB (Red+Green+Blue) = 163+61+166=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #A33DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA6 is #5CC259. Grayscale: #676767. Windows color (decimal): -6079066 or 10894755. OLE color: 10894755.
HSL color Cylindrical-coordinate representation of color #A33DA6: hue angle of 298.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33DA6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 61 | 166 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.35 |
| HSL | 298.29º | 0.46% | 0.45% | - |
| HSV(B) | 298.29º | 0.63% | 0.65% | - |
| XYZ | 23.66 | 13.88 | 37.51 | - |
| YUV | 103.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 166 | 0.02 | 0.63 | 0 | 0.35 | 298.29 | 0.46 | 0.45 |
| Hex | A3 | 3D | A6 | 2 | 3F | 0 | 23 | 12A | 2E | 2D |
| Octal | 243 | 75 | 246 | 2 | 77 | 0 | 43 | 452 | 56 | 55 |
| Binary | 10100011 | 111101 | 10100110 | 10 | 111111 | 0 | 100011 | 100101010 | 101110 | 101101 |
Color Harmonies of #A33DA6
Complementary color
Monochromatic Colors of #A33DA6
Black with #A33DA6
Text Example
Text Example
White with #A33DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DA6; }
p { color: rgb(163,61,166); }
H1.HeaderClassName
{
color: #A33DA6;
}
.AnyTagClassName
{
color: #A33DA6;
}
</style>
background-color css
<style>
a { background-color: #A33DA6; }
a { background-color: rgb(163,61,166); }
div.DivClassName
{
background-color: #A33DA6;
}
.BgClassName
{
background-color: #A33DA6;
}
</style>
border-color css
<style>
span { border-color: #A33DA6; }
span { border-color: rgb(163,61,166); }
td.TdClassName
{
border-color: #A33DA6;
}
.TagClassName
{
border-color: #A33DA6;
}
</style>