Shades of Violet Blue #A841AD
Tints of Violet Blue #A841AD
RGB
CMYK
RGB Variations
Color information
#A841AD (or 0xA841AD) is known color: Violet Blue. HEX triplet: A8, 41 and AD. RGB value is (168,65,173). Sum of RGB (Red+Green+Blue) = 168+65+173=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #A841AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841AD is #57BE52. Grayscale: #6B6B6B. Windows color (decimal): -5750355 or 11354536. OLE color: 11354536.
HSL color Cylindrical-coordinate representation of color #A841AD: hue angle of 297.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A841AD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 65 | 173 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.32 |
| HSL | 297.22º | 0.45% | 0.47% | - |
| HSV(B) | 297.22º | 0.62% | 0.68% | - |
| XYZ | 25.58 | 15.12 | 41.11 | - |
| YUV | 108.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 173 | 0.03 | 0.62 | 0 | 0.32 | 297.22 | 0.45 | 0.47 |
| Hex | A8 | 41 | AD | 3 | 3E | 0 | 20 | 129 | 2D | 2F |
| Octal | 250 | 101 | 255 | 3 | 76 | 0 | 40 | 451 | 55 | 57 |
| Binary | 10101000 | 1000001 | 10101101 | 11 | 111110 | 0 | 100000 | 100101001 | 101101 | 101111 |
Color Harmonies of #A841AD
Complementary color
Monochromatic Colors of #A841AD
Black with #A841AD
Text Example
Text Example
White with #A841AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841AD; }
p { color: rgb(168,65,173); }
H1.HeaderClassName
{
color: #A841AD;
}
.AnyTagClassName
{
color: #A841AD;
}
</style>
background-color css
<style>
a { background-color: #A841AD; }
a { background-color: rgb(168,65,173); }
div.DivClassName
{
background-color: #A841AD;
}
.BgClassName
{
background-color: #A841AD;
}
</style>
border-color css
<style>
span { border-color: #A841AD; }
span { border-color: rgb(168,65,173); }
td.TdClassName
{
border-color: #A841AD;
}
.TagClassName
{
border-color: #A841AD;
}
</style>