Shades of Violet Blue #A336A8
Tints of Violet Blue #A336A8
RGB
CMYK
RGB Variations
Color information
#A336A8 (or 0xA336A8) is known color: Violet Blue. HEX triplet: A3, 36 and A8. RGB value is (163,54,168). Sum of RGB (Red+Green+Blue) = 163+54+168=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 168 - color contains mainly: blue. Hex color #A336A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336A8 is #5CC957. Grayscale: #636363. Windows color (decimal): -6080856 or 11024035. OLE color: 11024035.
HSL color Cylindrical-coordinate representation of color #A336A8: hue angle of 297.37º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A336A8 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 54 | 168 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.34 |
| HSL | 297.37º | 0.51% | 0.44% | - |
| HSV(B) | 297.37º | 0.68% | 0.66% | - |
| XYZ | 23.49 | 13.25 | 38.37 | - |
| YUV | 99.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 168 | 0.03 | 0.68 | 0 | 0.34 | 297.37 | 0.51 | 0.44 |
| Hex | A3 | 36 | A8 | 3 | 44 | 0 | 22 | 129 | 33 | 2C |
| Octal | 243 | 66 | 250 | 3 | 104 | 0 | 42 | 451 | 63 | 54 |
| Binary | 10100011 | 110110 | 10101000 | 11 | 1000100 | 0 | 100010 | 100101001 | 110011 | 101100 |
Color Harmonies of #A336A8
Complementary color
Monochromatic Colors of #A336A8
Black with #A336A8
Text Example
Text Example
White with #A336A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336A8; }
p { color: rgb(163,54,168); }
H1.HeaderClassName
{
color: #A336A8;
}
.AnyTagClassName
{
color: #A336A8;
}
</style>
background-color css
<style>
a { background-color: #A336A8; }
a { background-color: rgb(163,54,168); }
div.DivClassName
{
background-color: #A336A8;
}
.BgClassName
{
background-color: #A336A8;
}
</style>
border-color css
<style>
span { border-color: #A336A8; }
span { border-color: rgb(163,54,168); }
td.TdClassName
{
border-color: #A336A8;
}
.TagClassName
{
border-color: #A336A8;
}
</style>