Shades of Violet Blue #A845AD
Tints of Violet Blue #A845AD
RGB
CMYK
RGB Variations
Color information
#A845AD (or 0xA845AD) is known color: Violet Blue. HEX triplet: A8, 45 and AD. RGB value is (168,69,173). Sum of RGB (Red+Green+Blue) = 168+69+173=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #A845AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A845AD is #57BA52. Grayscale: #6E6E6E. Windows color (decimal): -5749331 or 11355560. OLE color: 11355560.
HSL color Cylindrical-coordinate representation of color #A845AD: hue angle of 297.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A845AD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 69 | 173 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.32 |
| HSL | 297.12º | 0.43% | 0.47% | - |
| HSV(B) | 297.12º | 0.6% | 0.68% | - |
| XYZ | 25.82 | 15.6 | 41.19 | - |
| YUV | 110.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 173 | 0.03 | 0.60 | 0 | 0.32 | 297.12 | 0.43 | 0.47 |
| Hex | A8 | 45 | AD | 3 | 3C | 0 | 20 | 129 | 2B | 2F |
| Octal | 250 | 105 | 255 | 3 | 74 | 0 | 40 | 451 | 53 | 57 |
| Binary | 10101000 | 1000101 | 10101101 | 11 | 111100 | 0 | 100000 | 100101001 | 101011 | 101111 |
Color Harmonies of #A845AD
Complementary color
Monochromatic Colors of #A845AD
Black with #A845AD
Text Example
Text Example
White with #A845AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845AD; }
p { color: rgb(168,69,173); }
H1.HeaderClassName
{
color: #A845AD;
}
.AnyTagClassName
{
color: #A845AD;
}
</style>
background-color css
<style>
a { background-color: #A845AD; }
a { background-color: rgb(168,69,173); }
div.DivClassName
{
background-color: #A845AD;
}
.BgClassName
{
background-color: #A845AD;
}
</style>
border-color css
<style>
span { border-color: #A845AD; }
span { border-color: rgb(168,69,173); }
td.TdClassName
{
border-color: #A845AD;
}
.TagClassName
{
border-color: #A845AD;
}
</style>