Shades of Violet Blue #A33CA2
Tints of Violet Blue #A33CA2
RGB
CMYK
RGB Variations
Color information
#A33CA2 (or 0xA33CA2) is known color: Violet Blue. HEX triplet: A3, 3C and A2. RGB value is (163,60,162). Sum of RGB (Red+Green+Blue) = 163+60+162=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A33CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33CA2 is #5CC35D. Grayscale: #666666. Windows color (decimal): -6079326 or 10632355. OLE color: 10632355.
HSL color Cylindrical-coordinate representation of color #A33CA2: hue angle of 300.58º 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 #A33CA2 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 162 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.36 |
| HSL | 300.58º | 0.46% | 0.44% | - |
| HSV(B) | 300.58º | 0.63% | 0.64% | - |
| XYZ | 23.24 | 13.63 | 35.59 | - |
| YUV | 102.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 162 | 0 | 0.63 | 0.01 | 0.36 | 300.58 | 0.46 | 0.44 |
| Hex | A3 | 3C | A2 | 0 | 3F | 1 | 24 | 12D | 2E | 2C |
| Octal | 243 | 74 | 242 | 0 | 77 | 1 | 44 | 455 | 56 | 54 |
| Binary | 10100011 | 111100 | 10100010 | 0 | 111111 | 1 | 100100 | 100101101 | 101110 | 101100 |
Color Harmonies of #A33CA2
Complementary color
Monochromatic Colors of #A33CA2
Black with #A33CA2
Text Example
Text Example
White with #A33CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CA2; }
p { color: rgb(163,60,162); }
H1.HeaderClassName
{
color: #A33CA2;
}
.AnyTagClassName
{
color: #A33CA2;
}
</style>
background-color css
<style>
a { background-color: #A33CA2; }
a { background-color: rgb(163,60,162); }
div.DivClassName
{
background-color: #A33CA2;
}
.BgClassName
{
background-color: #A33CA2;
}
</style>
border-color css
<style>
span { border-color: #A33CA2; }
span { border-color: rgb(163,60,162); }
td.TdClassName
{
border-color: #A33CA2;
}
.TagClassName
{
border-color: #A33CA2;
}
</style>