Shades of Violet Blue #A875AF
Tints of Violet Blue #A875AF
RGB
CMYK
RGB Variations
Color information
#A875AF (or 0xA875AF) is known color: Violet Blue. HEX triplet: A8, 75 and AF. RGB value is (168,117,175). Sum of RGB (Red+Green+Blue) = 168+117+175=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #A875AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A875AF is #578A50. Grayscale: #8A8A8A. Windows color (decimal): -5737041 or 11498920. OLE color: 11498920.
HSL color Cylindrical-coordinate representation of color #A875AF: hue angle of 292.76º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A875AF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 117 | 175 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.31 |
| HSL | 292.76º | 0.27% | 0.57% | - |
| HSV(B) | 292.76º | 0.33% | 0.69% | - |
| XYZ | 30.25 | 24.14 | 43.62 | - |
| YUV | 138.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 175 | 0.04 | 0.33 | 0 | 0.31 | 292.76 | 0.27 | 0.57 |
| Hex | A8 | 75 | AF | 4 | 21 | 0 | 1F | 125 | 1B | 39 |
| Octal | 250 | 165 | 257 | 4 | 41 | 0 | 37 | 445 | 33 | 71 |
| Binary | 10101000 | 1110101 | 10101111 | 100 | 100001 | 0 | 11111 | 100100101 | 11011 | 111001 |
Color Harmonies of #A875AF
Complementary color
Monochromatic Colors of #A875AF
Black with #A875AF
Text Example
Text Example
White with #A875AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875AF; }
p { color: rgb(168,117,175); }
H1.HeaderClassName
{
color: #A875AF;
}
.AnyTagClassName
{
color: #A875AF;
}
</style>
background-color css
<style>
a { background-color: #A875AF; }
a { background-color: rgb(168,117,175); }
div.DivClassName
{
background-color: #A875AF;
}
.BgClassName
{
background-color: #A875AF;
}
</style>
border-color css
<style>
span { border-color: #A875AF; }
span { border-color: rgb(168,117,175); }
td.TdClassName
{
border-color: #A875AF;
}
.TagClassName
{
border-color: #A875AF;
}
</style>