Shades of Violet Blue #A875AB
Tints of Violet Blue #A875AB
RGB
CMYK
RGB Variations
Color information
#A875AB (or 0xA875AB) is known color: Violet Blue. HEX triplet: A8, 75 and AB. RGB value is (168,117,171). Sum of RGB (Red+Green+Blue) = 168+117+171=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #A875AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A875AB is #578A54. Grayscale: #8A8A8A. Windows color (decimal): -5737045 or 11236776. OLE color: 11236776.
HSL color Cylindrical-coordinate representation of color #A875AB: hue angle of 296.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A875AB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 117 | 171 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.33 |
| HSL | 296.67º | 0.24% | 0.56% | - |
| HSV(B) | 296.67º | 0.32% | 0.67% | - |
| XYZ | 29.86 | 23.99 | 41.58 | - |
| YUV | 138.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 171 | 0.02 | 0.32 | 0 | 0.33 | 296.67 | 0.24 | 0.56 |
| Hex | A8 | 75 | AB | 2 | 20 | 0 | 21 | 129 | 18 | 38 |
| Octal | 250 | 165 | 253 | 2 | 40 | 0 | 41 | 451 | 30 | 70 |
| Binary | 10101000 | 1110101 | 10101011 | 10 | 100000 | 0 | 100001 | 100101001 | 11000 | 111000 |
Color Harmonies of #A875AB
Complementary color
Monochromatic Colors of #A875AB
Black with #A875AB
Text Example
Text Example
White with #A875AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875AB; }
p { color: rgb(168,117,171); }
H1.HeaderClassName
{
color: #A875AB;
}
.AnyTagClassName
{
color: #A875AB;
}
</style>
background-color css
<style>
a { background-color: #A875AB; }
a { background-color: rgb(168,117,171); }
div.DivClassName
{
background-color: #A875AB;
}
.BgClassName
{
background-color: #A875AB;
}
</style>
border-color css
<style>
span { border-color: #A875AB; }
span { border-color: rgb(168,117,171); }
td.TdClassName
{
border-color: #A875AB;
}
.TagClassName
{
border-color: #A875AB;
}
</style>