Shades of Violet Blue #A845AE
Tints of Violet Blue #A845AE
RGB
CMYK
RGB Variations
Color information
#A845AE (or 0xA845AE) is known color: Violet Blue. HEX triplet: A8, 45 and AE. RGB value is (168,69,174). Sum of RGB (Red+Green+Blue) = 168+69+174=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A845AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A845AE is #57BA51. Grayscale: #6E6E6E. Windows color (decimal): -5749330 or 11421096. OLE color: 11421096.
HSL color Cylindrical-coordinate representation of color #A845AE: hue angle of 296.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A845AE is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 69 | 174 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.32 |
| HSL | 296.57º | 0.43% | 0.48% | - |
| HSV(B) | 296.57º | 0.6% | 0.68% | - |
| XYZ | 25.92 | 15.64 | 41.7 | - |
| YUV | 110.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 174 | 0.03 | 0.60 | 0 | 0.32 | 296.57 | 0.43 | 0.48 |
| Hex | A8 | 45 | AE | 3 | 3C | 0 | 20 | 129 | 2B | 30 |
| Octal | 250 | 105 | 256 | 3 | 74 | 0 | 40 | 451 | 53 | 60 |
| Binary | 10101000 | 1000101 | 10101110 | 11 | 111100 | 0 | 100000 | 100101001 | 101011 | 110000 |
Color Harmonies of #A845AE
Complementary color
Monochromatic Colors of #A845AE
Black with #A845AE
Text Example
Text Example
White with #A845AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845AE; }
p { color: rgb(168,69,174); }
H1.HeaderClassName
{
color: #A845AE;
}
.AnyTagClassName
{
color: #A845AE;
}
</style>
background-color css
<style>
a { background-color: #A845AE; }
a { background-color: rgb(168,69,174); }
div.DivClassName
{
background-color: #A845AE;
}
.BgClassName
{
background-color: #A845AE;
}
</style>
border-color css
<style>
span { border-color: #A845AE; }
span { border-color: rgb(168,69,174); }
td.TdClassName
{
border-color: #A845AE;
}
.TagClassName
{
border-color: #A845AE;
}
</style>