Shades of Violet Blue #A6399C
Tints of Violet Blue #A6399C
RGB
CMYK
RGB Variations
Color information
#A6399C (or 0xA6399C) is known color: Violet Blue. HEX triplet: A6, 39 and 9C. RGB value is (166,57,156). Sum of RGB (Red+Green+Blue) = 166+57+156=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6399C is #59C663. Grayscale: #646464. Windows color (decimal): -5883492 or 10238374. OLE color: 10238374.
HSL color Cylindrical-coordinate representation of color #A6399C: hue angle of 305.5º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6399C is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 156 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.35 |
| HSL | 305.5º | 0.49% | 0.44% | - |
| HSV(B) | 305.5º | 0.66% | 0.65% | - |
| XYZ | 23.19 | 13.43 | 32.82 | - |
| YUV | 100.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 156 | 0 | 0.66 | 0.06 | 0.35 | 305.5 | 0.49 | 0.44 |
| Hex | A6 | 39 | 9C | 0 | 42 | 6 | 23 | 132 | 31 | 2C |
| Octal | 246 | 71 | 234 | 0 | 102 | 6 | 43 | 462 | 61 | 54 |
| Binary | 10100110 | 111001 | 10011100 | 0 | 1000010 | 110 | 100011 | 100110010 | 110001 | 101100 |
Color Harmonies of #A6399C
Complementary color
Monochromatic Colors of #A6399C
Black with #A6399C
Text Example
Text Example
White with #A6399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6399C; }
p { color: rgb(166,57,156); }
H1.HeaderClassName
{
color: #A6399C;
}
.AnyTagClassName
{
color: #A6399C;
}
</style>
background-color css
<style>
a { background-color: #A6399C; }
a { background-color: rgb(166,57,156); }
div.DivClassName
{
background-color: #A6399C;
}
.BgClassName
{
background-color: #A6399C;
}
</style>
border-color css
<style>
span { border-color: #A6399C; }
span { border-color: rgb(166,57,156); }
td.TdClassName
{
border-color: #A6399C;
}
.TagClassName
{
border-color: #A6399C;
}
</style>