Shades of Violet Blue #A841A1
Tints of Violet Blue #A841A1
RGB
CMYK
RGB Variations
Color information
#A841A1 (or 0xA841A1) is known color: Violet Blue. HEX triplet: A8, 41 and A1. RGB value is (168,65,161). Sum of RGB (Red+Green+Blue) = 168+65+161=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A841A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841A1 is #57BE5E. Grayscale: #6A6A6A. Windows color (decimal): -5750367 or 10568104. OLE color: 10568104.
HSL color Cylindrical-coordinate representation of color #A841A1: hue angle of 304.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A841A1 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 161 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.34 |
| HSL | 304.08º | 0.44% | 0.46% | - |
| HSV(B) | 304.08º | 0.61% | 0.66% | - |
| XYZ | 24.47 | 14.68 | 35.26 | - |
| YUV | 106.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 161 | 0 | 0.61 | 0.04 | 0.34 | 304.08 | 0.44 | 0.46 |
| Hex | A8 | 41 | A1 | 0 | 3D | 4 | 22 | 130 | 2C | 2E |
| Octal | 250 | 101 | 241 | 0 | 75 | 4 | 42 | 460 | 54 | 56 |
| Binary | 10101000 | 1000001 | 10100001 | 0 | 111101 | 100 | 100010 | 100110000 | 101100 | 101110 |
Color Harmonies of #A841A1
Complementary color
Monochromatic Colors of #A841A1
Black with #A841A1
Text Example
Text Example
White with #A841A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841A1; }
p { color: rgb(168,65,161); }
H1.HeaderClassName
{
color: #A841A1;
}
.AnyTagClassName
{
color: #A841A1;
}
</style>
background-color css
<style>
a { background-color: #A841A1; }
a { background-color: rgb(168,65,161); }
div.DivClassName
{
background-color: #A841A1;
}
.BgClassName
{
background-color: #A841A1;
}
</style>
border-color css
<style>
span { border-color: #A841A1; }
span { border-color: rgb(168,65,161); }
td.TdClassName
{
border-color: #A841A1;
}
.TagClassName
{
border-color: #A841A1;
}
</style>