Shades of Violet Blue #A33CA6
Tints of Violet Blue #A33CA6
RGB
CMYK
RGB Variations
Color information
#A33CA6 (or 0xA33CA6) is known color: Violet Blue. HEX triplet: A3, 3C and A6. RGB value is (163,60,166). Sum of RGB (Red+Green+Blue) = 163+60+166=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #A33CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33CA6 is #5CC359. Grayscale: #666666. Windows color (decimal): -6079322 or 10894499. OLE color: 10894499.
HSL color Cylindrical-coordinate representation of color #A33CA6: hue angle of 298.3º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33CA6 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 60 | 166 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.35 |
| HSL | 298.3º | 0.47% | 0.44% | - |
| HSV(B) | 298.3º | 0.64% | 0.65% | - |
| XYZ | 23.6 | 13.77 | 37.49 | - |
| YUV | 102.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 166 | 0.02 | 0.64 | 0 | 0.35 | 298.3 | 0.47 | 0.44 |
| Hex | A3 | 3C | A6 | 2 | 40 | 0 | 23 | 12A | 2F | 2C |
| Octal | 243 | 74 | 246 | 2 | 100 | 0 | 43 | 452 | 57 | 54 |
| Binary | 10100011 | 111100 | 10100110 | 10 | 1000000 | 0 | 100011 | 100101010 | 101111 | 101100 |
Color Harmonies of #A33CA6
Complementary color
Monochromatic Colors of #A33CA6
Black with #A33CA6
Text Example
Text Example
White with #A33CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CA6; }
p { color: rgb(163,60,166); }
H1.HeaderClassName
{
color: #A33CA6;
}
.AnyTagClassName
{
color: #A33CA6;
}
</style>
background-color css
<style>
a { background-color: #A33CA6; }
a { background-color: rgb(163,60,166); }
div.DivClassName
{
background-color: #A33CA6;
}
.BgClassName
{
background-color: #A33CA6;
}
</style>
border-color css
<style>
span { border-color: #A33CA6; }
span { border-color: rgb(163,60,166); }
td.TdClassName
{
border-color: #A33CA6;
}
.TagClassName
{
border-color: #A33CA6;
}
</style>