Shades of Violet Blue #A877AF
Tints of Violet Blue #A877AF
RGB
CMYK
RGB Variations
Color information
#A877AF (or 0xA877AF) is known color: Violet Blue. HEX triplet: A8, 77 and AF. RGB value is (168,119,175). Sum of RGB (Red+Green+Blue) = 168+119+175=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #A877AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877AF is #578850. Grayscale: #8B8B8B. Windows color (decimal): -5736529 or 11499432. OLE color: 11499432.
HSL color Cylindrical-coordinate representation of color #A877AF: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A877AF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 119 | 175 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.31 |
| HSL | 292.5º | 0.26% | 0.58% | - |
| HSV(B) | 292.5º | 0.32% | 0.69% | - |
| XYZ | 30.48 | 24.61 | 43.7 | - |
| YUV | 140.04 | 147.73 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 175 | 0.04 | 0.32 | 0 | 0.31 | 292.5 | 0.26 | 0.58 |
| Hex | A8 | 77 | AF | 4 | 20 | 0 | 1F | 124 | 1A | 3A |
| Octal | 250 | 167 | 257 | 4 | 40 | 0 | 37 | 444 | 32 | 72 |
| Binary | 10101000 | 1110111 | 10101111 | 100 | 100000 | 0 | 11111 | 100100100 | 11010 | 111010 |
Color Harmonies of #A877AF
Complementary color
Monochromatic Colors of #A877AF
Black with #A877AF
Text Example
Text Example
White with #A877AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877AF; }
p { color: rgb(168,119,175); }
H1.HeaderClassName
{
color: #A877AF;
}
.AnyTagClassName
{
color: #A877AF;
}
</style>
background-color css
<style>
a { background-color: #A877AF; }
a { background-color: rgb(168,119,175); }
div.DivClassName
{
background-color: #A877AF;
}
.BgClassName
{
background-color: #A877AF;
}
</style>
border-color css
<style>
span { border-color: #A877AF; }
span { border-color: rgb(168,119,175); }
td.TdClassName
{
border-color: #A877AF;
}
.TagClassName
{
border-color: #A877AF;
}
</style>