Shades of Violet Blue #A850AF
Tints of Violet Blue #A850AF
RGB
CMYK
RGB Variations
Color information
#A850AF (or 0xA850AF) is known color: Violet Blue. HEX triplet: A8, 50 and AF. RGB value is (168,80,175). Sum of RGB (Red+Green+Blue) = 168+80+175=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #A850AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A850AF is #57AF50. Grayscale: #747474. Windows color (decimal): -5746513 or 11489448. OLE color: 11489448.
HSL color Cylindrical-coordinate representation of color #A850AF: hue angle of 295.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A850AF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 80 | 175 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.31 |
| HSL | 295.58º | 0.37% | 0.5% | - |
| HSV(B) | 295.58º | 0.54% | 0.69% | - |
| XYZ | 26.75 | 17.16 | 42.46 | - |
| YUV | 117.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 175 | 0.04 | 0.54 | 0 | 0.31 | 295.58 | 0.37 | 0.5 |
| Hex | A8 | 50 | AF | 4 | 36 | 0 | 1F | 128 | 25 | 32 |
| Octal | 250 | 120 | 257 | 4 | 66 | 0 | 37 | 450 | 45 | 62 |
| Binary | 10101000 | 1010000 | 10101111 | 100 | 110110 | 0 | 11111 | 100101000 | 100101 | 110010 |
Color Harmonies of #A850AF
Complementary color
Monochromatic Colors of #A850AF
Black with #A850AF
Text Example
Text Example
White with #A850AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850AF; }
p { color: rgb(168,80,175); }
H1.HeaderClassName
{
color: #A850AF;
}
.AnyTagClassName
{
color: #A850AF;
}
</style>
background-color css
<style>
a { background-color: #A850AF; }
a { background-color: rgb(168,80,175); }
div.DivClassName
{
background-color: #A850AF;
}
.BgClassName
{
background-color: #A850AF;
}
</style>
border-color css
<style>
span { border-color: #A850AF; }
span { border-color: rgb(168,80,175); }
td.TdClassName
{
border-color: #A850AF;
}
.TagClassName
{
border-color: #A850AF;
}
</style>