Shades of Violet Blue #A6439D
Tints of Violet Blue #A6439D
RGB
CMYK
RGB Variations
Color information
#A6439D (or 0xA6439D) is known color: Violet Blue. HEX triplet: A6, 43 and 9D. RGB value is (166,67,157). Sum of RGB (Red+Green+Blue) = 166+67+157=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6439D is #59BC62. Grayscale: #6A6A6A. Windows color (decimal): -5880931 or 10306470. OLE color: 10306470.
HSL color Cylindrical-coordinate representation of color #A6439D: hue angle of 305.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6439D is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 157 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.35 |
| HSL | 305.45º | 0.42% | 0.46% | - |
| HSV(B) | 305.45º | 0.6% | 0.65% | - |
| XYZ | 23.82 | 14.56 | 33.45 | - |
| YUV | 106.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 157 | 0 | 0.60 | 0.05 | 0.35 | 305.45 | 0.42 | 0.46 |
| Hex | A6 | 43 | 9D | 0 | 3C | 5 | 23 | 131 | 2A | 2E |
| Octal | 246 | 103 | 235 | 0 | 74 | 5 | 43 | 461 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10011101 | 0 | 111100 | 101 | 100011 | 100110001 | 101010 | 101110 |
Color Harmonies of #A6439D
Complementary color
Monochromatic Colors of #A6439D
Black with #A6439D
Text Example
Text Example
White with #A6439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6439D; }
p { color: rgb(166,67,157); }
H1.HeaderClassName
{
color: #A6439D;
}
.AnyTagClassName
{
color: #A6439D;
}
</style>
background-color css
<style>
a { background-color: #A6439D; }
a { background-color: rgb(166,67,157); }
div.DivClassName
{
background-color: #A6439D;
}
.BgClassName
{
background-color: #A6439D;
}
</style>
border-color css
<style>
span { border-color: #A6439D; }
span { border-color: rgb(166,67,157); }
td.TdClassName
{
border-color: #A6439D;
}
.TagClassName
{
border-color: #A6439D;
}
</style>