Shades of Violet Blue #A84FAF
Tints of Violet Blue #A84FAF
RGB
CMYK
RGB Variations
Color information
#A84FAF (or 0xA84FAF) is known color: Violet Blue. HEX triplet: A8, 4F and AF. RGB value is (168,79,175). Sum of RGB (Red+Green+Blue) = 168+79+175=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #A84FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84FAF is #57B050. Grayscale: #747474. Windows color (decimal): -5746769 or 11489192. OLE color: 11489192.
HSL color Cylindrical-coordinate representation of color #A84FAF: hue angle of 295.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84FAF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 79 | 175 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.31 |
| HSL | 295.63º | 0.38% | 0.5% | - |
| HSV(B) | 295.63º | 0.55% | 0.69% | - |
| XYZ | 26.68 | 17.01 | 42.43 | - |
| YUV | 116.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 175 | 0.04 | 0.55 | 0 | 0.31 | 295.63 | 0.38 | 0.5 |
| Hex | A8 | 4F | AF | 4 | 37 | 0 | 1F | 128 | 26 | 32 |
| Octal | 250 | 117 | 257 | 4 | 67 | 0 | 37 | 450 | 46 | 62 |
| Binary | 10101000 | 1001111 | 10101111 | 100 | 110111 | 0 | 11111 | 100101000 | 100110 | 110010 |
Color Harmonies of #A84FAF
Complementary color
Monochromatic Colors of #A84FAF
Black with #A84FAF
Text Example
Text Example
White with #A84FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84FAF; }
p { color: rgb(168,79,175); }
H1.HeaderClassName
{
color: #A84FAF;
}
.AnyTagClassName
{
color: #A84FAF;
}
</style>
background-color css
<style>
a { background-color: #A84FAF; }
a { background-color: rgb(168,79,175); }
div.DivClassName
{
background-color: #A84FAF;
}
.BgClassName
{
background-color: #A84FAF;
}
</style>
border-color css
<style>
span { border-color: #A84FAF; }
span { border-color: rgb(168,79,175); }
td.TdClassName
{
border-color: #A84FAF;
}
.TagClassName
{
border-color: #A84FAF;
}
</style>