Shades of Violet Blue #A845AB
Tints of Violet Blue #A845AB
RGB
CMYK
RGB Variations
Color information
#A845AB (or 0xA845AB) is known color: Violet Blue. HEX triplet: A8, 45 and AB. RGB value is (168,69,171). Sum of RGB (Red+Green+Blue) = 168+69+171=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #A845AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A845AB is #57BA54. Grayscale: #6D6D6D. Windows color (decimal): -5749333 or 11224488. OLE color: 11224488.
HSL color Cylindrical-coordinate representation of color #A845AB: hue angle of 298.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A845AB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 69 | 171 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.33 |
| HSL | 298.24º | 0.43% | 0.47% | - |
| HSV(B) | 298.24º | 0.6% | 0.67% | - |
| XYZ | 25.63 | 15.52 | 40.17 | - |
| YUV | 110.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 171 | 0.02 | 0.60 | 0 | 0.33 | 298.24 | 0.43 | 0.47 |
| Hex | A8 | 45 | AB | 2 | 3C | 0 | 21 | 12A | 2A | 2F |
| Octal | 250 | 105 | 253 | 2 | 74 | 0 | 41 | 452 | 52 | 57 |
| Binary | 10101000 | 1000101 | 10101011 | 10 | 111100 | 0 | 100001 | 100101010 | 101010 | 101111 |
Color Harmonies of #A845AB
Complementary color
Monochromatic Colors of #A845AB
Black with #A845AB
Text Example
Text Example
White with #A845AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845AB; }
p { color: rgb(168,69,171); }
H1.HeaderClassName
{
color: #A845AB;
}
.AnyTagClassName
{
color: #A845AB;
}
</style>
background-color css
<style>
a { background-color: #A845AB; }
a { background-color: rgb(168,69,171); }
div.DivClassName
{
background-color: #A845AB;
}
.BgClassName
{
background-color: #A845AB;
}
</style>
border-color css
<style>
span { border-color: #A845AB; }
span { border-color: rgb(168,69,171); }
td.TdClassName
{
border-color: #A845AB;
}
.TagClassName
{
border-color: #A845AB;
}
</style>