Shades of Violet Blue #A33DA4
Tints of Violet Blue #A33DA4
RGB
CMYK
RGB Variations
Color information
#A33DA4 (or 0xA33DA4) is known color: Violet Blue. HEX triplet: A3, 3D and A4. RGB value is (163,61,164). Sum of RGB (Red+Green+Blue) = 163+61+164=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #A33DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA4 is #5CC25B. Grayscale: #666666. Windows color (decimal): -6079068 or 10763683. OLE color: 10763683.
HSL color Cylindrical-coordinate representation of color #A33DA4: hue angle of 299.42º 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 #A33DA4 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 164 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.36 |
| HSL | 299.42º | 0.46% | 0.44% | - |
| HSV(B) | 299.42º | 0.63% | 0.64% | - |
| XYZ | 23.47 | 13.8 | 36.55 | - |
| YUV | 103.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 164 | 0.01 | 0.63 | 0 | 0.36 | 299.42 | 0.46 | 0.44 |
| Hex | A3 | 3D | A4 | 1 | 3F | 0 | 24 | 12B | 2E | 2C |
| Octal | 243 | 75 | 244 | 1 | 77 | 0 | 44 | 453 | 56 | 54 |
| Binary | 10100011 | 111101 | 10100100 | 1 | 111111 | 0 | 100100 | 100101011 | 101110 | 101100 |
Color Harmonies of #A33DA4
Complementary color
Monochromatic Colors of #A33DA4
Black with #A33DA4
Text Example
Text Example
White with #A33DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DA4; }
p { color: rgb(163,61,164); }
H1.HeaderClassName
{
color: #A33DA4;
}
.AnyTagClassName
{
color: #A33DA4;
}
</style>
background-color css
<style>
a { background-color: #A33DA4; }
a { background-color: rgb(163,61,164); }
div.DivClassName
{
background-color: #A33DA4;
}
.BgClassName
{
background-color: #A33DA4;
}
</style>
border-color css
<style>
span { border-color: #A33DA4; }
span { border-color: rgb(163,61,164); }
td.TdClassName
{
border-color: #A33DA4;
}
.TagClassName
{
border-color: #A33DA4;
}
</style>