Shades of Violet Blue #A841AF
Tints of Violet Blue #A841AF
RGB
CMYK
RGB Variations
Color information
#A841AF (or 0xA841AF) is known color: Violet Blue. HEX triplet: A8, 41 and AF. RGB value is (168,65,175). Sum of RGB (Red+Green+Blue) = 168+65+175=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A841AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841AF is #57BE50. Grayscale: #6C6C6C. Windows color (decimal): -5750353 or 11485608. OLE color: 11485608.
HSL color Cylindrical-coordinate representation of color #A841AF: hue angle of 296.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A841AF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 65 | 175 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.31 |
| HSL | 296.18º | 0.46% | 0.47% | - |
| HSV(B) | 296.18º | 0.63% | 0.69% | - |
| XYZ | 25.78 | 15.2 | 42.13 | - |
| YUV | 108.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 175 | 0.04 | 0.63 | 0 | 0.31 | 296.18 | 0.46 | 0.47 |
| Hex | A8 | 41 | AF | 4 | 3F | 0 | 1F | 128 | 2E | 2F |
| Octal | 250 | 101 | 257 | 4 | 77 | 0 | 37 | 450 | 56 | 57 |
| Binary | 10101000 | 1000001 | 10101111 | 100 | 111111 | 0 | 11111 | 100101000 | 101110 | 101111 |
Color Harmonies of #A841AF
Complementary color
Monochromatic Colors of #A841AF
Black with #A841AF
Text Example
Text Example
White with #A841AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A841AF; }
p { color: rgb(168,65,175); }
H1.HeaderClassName
{
color: #A841AF;
}
.AnyTagClassName
{
color: #A841AF;
}
</style>
background-color css
<style>
a { background-color: #A841AF; }
a { background-color: rgb(168,65,175); }
div.DivClassName
{
background-color: #A841AF;
}
.BgClassName
{
background-color: #A841AF;
}
</style>
border-color css
<style>
span { border-color: #A841AF; }
span { border-color: rgb(168,65,175); }
td.TdClassName
{
border-color: #A841AF;
}
.TagClassName
{
border-color: #A841AF;
}
</style>