Shades of Violet Blue #A36FA4
Tints of Violet Blue #A36FA4
RGB
CMYK
RGB Variations
Color information
#A36FA4 (or 0xA36FA4) is known color: Violet Blue. HEX triplet: A3, 6F and A4. RGB value is (163,111,164). Sum of RGB (Red+Green+Blue) = 163+111+164=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 164 - color contains mainly: blue. Hex color #A36FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36FA4 is #5C905B. Grayscale: #848484. Windows color (decimal): -6066268 or 10776483. OLE color: 10776483.
HSL color Cylindrical-coordinate representation of color #A36FA4: hue angle of 298.87º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36FA4 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 164 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.36 |
| HSL | 298.87º | 0.23% | 0.54% | - |
| HSV(B) | 298.87º | 0.32% | 0.64% | - |
| XYZ | 27.49 | 21.84 | 37.89 | - |
| YUV | 132.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 164 | 0.01 | 0.32 | 0 | 0.36 | 298.87 | 0.23 | 0.54 |
| Hex | A3 | 6F | A4 | 1 | 20 | 0 | 24 | 12B | 17 | 36 |
| Octal | 243 | 157 | 244 | 1 | 40 | 0 | 44 | 453 | 27 | 66 |
| Binary | 10100011 | 1101111 | 10100100 | 1 | 100000 | 0 | 100100 | 100101011 | 10111 | 110110 |
Color Harmonies of #A36FA4
Complementary color
Monochromatic Colors of #A36FA4
Black with #A36FA4
Text Example
Text Example
White with #A36FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FA4; }
p { color: rgb(163,111,164); }
H1.HeaderClassName
{
color: #A36FA4;
}
.AnyTagClassName
{
color: #A36FA4;
}
</style>
background-color css
<style>
a { background-color: #A36FA4; }
a { background-color: rgb(163,111,164); }
div.DivClassName
{
background-color: #A36FA4;
}
.BgClassName
{
background-color: #A36FA4;
}
</style>
border-color css
<style>
span { border-color: #A36FA4; }
span { border-color: rgb(163,111,164); }
td.TdClassName
{
border-color: #A36FA4;
}
.TagClassName
{
border-color: #A36FA4;
}
</style>