Shades of Violet Blue #A6508F
Tints of Violet Blue #A6508F
RGB
CMYK
RGB Variations
Color information
#A6508F (or 0xA6508F) is known color: Violet Blue. HEX triplet: A6, 50 and 8F. RGB value is (166,80,143). Sum of RGB (Red+Green+Blue) = 166+80+143=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A6508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6508F is #59AF70. Grayscale: #707070. Windows color (decimal): -5877617 or 9392294. OLE color: 9392294.
HSL color Cylindrical-coordinate representation of color #A6508F: hue angle of 316.05º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6508F is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 80 | 143 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.35 |
| HSL | 316.05º | 0.35% | 0.48% | - |
| HSV(B) | 316.05º | 0.52% | 0.65% | - |
| XYZ | 23.55 | 15.83 | 27.8 | - |
| YUV | 112.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 80 | 143 | 0 | 0.52 | 0.14 | 0.35 | 316.05 | 0.35 | 0.48 |
| Hex | A6 | 50 | 8F | 0 | 34 | E | 23 | 13C | 23 | 30 |
| Octal | 246 | 120 | 217 | 0 | 64 | 16 | 43 | 474 | 43 | 60 |
| Binary | 10100110 | 1010000 | 10001111 | 0 | 110100 | 1110 | 100011 | 100111100 | 100011 | 110000 |
Color Harmonies of #A6508F
Complementary color
Monochromatic Colors of #A6508F
Black with #A6508F
Text Example
Text Example
White with #A6508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6508F; }
p { color: rgb(166,80,143); }
H1.HeaderClassName
{
color: #A6508F;
}
.AnyTagClassName
{
color: #A6508F;
}
</style>
background-color css
<style>
a { background-color: #A6508F; }
a { background-color: rgb(166,80,143); }
div.DivClassName
{
background-color: #A6508F;
}
.BgClassName
{
background-color: #A6508F;
}
</style>
border-color css
<style>
span { border-color: #A6508F; }
span { border-color: rgb(166,80,143); }
td.TdClassName
{
border-color: #A6508F;
}
.TagClassName
{
border-color: #A6508F;
}
</style>