Shades of Violet Blue #A942AF
Tints of Violet Blue #A942AF
RGB
CMYK
RGB Variations
Color information
#A942AF (or 0xA942AF) is known color: Violet Blue. HEX triplet: A9, 42 and AF. RGB value is (169,66,175). Sum of RGB (Red+Green+Blue) = 169+66+175=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A942AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A942AF is #56BD50. Grayscale: #6C6C6C. Windows color (decimal): -5684561 or 11485865. OLE color: 11485865.
HSL color Cylindrical-coordinate representation of color #A942AF: hue angle of 296.7º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A942AF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 66 | 175 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.31 |
| HSL | 296.7º | 0.45% | 0.47% | - |
| HSV(B) | 296.7º | 0.62% | 0.69% | - |
| XYZ | 26.05 | 15.43 | 42.16 | - |
| YUV | 109.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 175 | 0.03 | 0.62 | 0 | 0.31 | 296.7 | 0.45 | 0.47 |
| Hex | A9 | 42 | AF | 3 | 3E | 0 | 1F | 129 | 2D | 2F |
| Octal | 251 | 102 | 257 | 3 | 76 | 0 | 37 | 451 | 55 | 57 |
| Binary | 10101001 | 1000010 | 10101111 | 11 | 111110 | 0 | 11111 | 100101001 | 101101 | 101111 |
Color Harmonies of #A942AF
Complementary color
Monochromatic Colors of #A942AF
Black with #A942AF
Text Example
Text Example
White with #A942AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942AF; }
p { color: rgb(169,66,175); }
H1.HeaderClassName
{
color: #A942AF;
}
.AnyTagClassName
{
color: #A942AF;
}
</style>
background-color css
<style>
a { background-color: #A942AF; }
a { background-color: rgb(169,66,175); }
div.DivClassName
{
background-color: #A942AF;
}
.BgClassName
{
background-color: #A942AF;
}
</style>
border-color css
<style>
span { border-color: #A942AF; }
span { border-color: rgb(169,66,175); }
td.TdClassName
{
border-color: #A942AF;
}
.TagClassName
{
border-color: #A942AF;
}
</style>