Shades of Violet Blue #A8629F
Tints of Violet Blue #A8629F
RGB
CMYK
RGB Variations
Color information
#A8629F (or 0xA8629F) is known color: Violet Blue. HEX triplet: A8, 62 and 9F. RGB value is (168,98,159). Sum of RGB (Red+Green+Blue) = 168+98+159=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8629F is #579D60. Grayscale: #7D7D7D. Windows color (decimal): -5741921 or 10445480. OLE color: 10445480.
HSL color Cylindrical-coordinate representation of color #A8629F: hue angle of 307.71º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8629F is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 159 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.34 |
| HSL | 307.71º | 0.29% | 0.52% | - |
| HSV(B) | 307.71º | 0.42% | 0.66% | - |
| XYZ | 26.77 | 19.56 | 35.17 | - |
| YUV | 125.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 159 | 0 | 0.42 | 0.05 | 0.34 | 307.71 | 0.29 | 0.52 |
| Hex | A8 | 62 | 9F | 0 | 2A | 5 | 22 | 134 | 1D | 34 |
| Octal | 250 | 142 | 237 | 0 | 52 | 5 | 42 | 464 | 35 | 64 |
| Binary | 10101000 | 1100010 | 10011111 | 0 | 101010 | 101 | 100010 | 100110100 | 11101 | 110100 |
Color Harmonies of #A8629F
Complementary color
Monochromatic Colors of #A8629F
Black with #A8629F
Text Example
Text Example
White with #A8629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8629F; }
p { color: rgb(168,98,159); }
H1.HeaderClassName
{
color: #A8629F;
}
.AnyTagClassName
{
color: #A8629F;
}
</style>
background-color css
<style>
a { background-color: #A8629F; }
a { background-color: rgb(168,98,159); }
div.DivClassName
{
background-color: #A8629F;
}
.BgClassName
{
background-color: #A8629F;
}
</style>
border-color css
<style>
span { border-color: #A8629F; }
span { border-color: rgb(168,98,159); }
td.TdClassName
{
border-color: #A8629F;
}
.TagClassName
{
border-color: #A8629F;
}
</style>