Shades of Violet Blue #A06F9D
Tints of Violet Blue #A06F9D
RGB
CMYK
RGB Variations
Color information
#A06F9D (or 0xA06F9D) is known color: Violet Blue. HEX triplet: A0, 6F and 9D. RGB value is (160,111,157). Sum of RGB (Red+Green+Blue) = 160+111+157=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06F9D is #5F9062. Grayscale: #828282. Windows color (decimal): -6262883 or 10317728. OLE color: 10317728.
HSL color Cylindrical-coordinate representation of color #A06F9D: hue angle of 303.67º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06F9D is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 111 | 157 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.37 |
| HSL | 303.67º | 0.21% | 0.53% | - |
| HSV(B) | 303.67º | 0.31% | 0.63% | - |
| XYZ | 26.27 | 21.28 | 34.62 | - |
| YUV | 130.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 157 | 0 | 0.31 | 0.02 | 0.37 | 303.67 | 0.21 | 0.53 |
| Hex | A0 | 6F | 9D | 0 | 1F | 2 | 25 | 130 | 15 | 35 |
| Octal | 240 | 157 | 235 | 0 | 37 | 2 | 45 | 460 | 25 | 65 |
| Binary | 10100000 | 1101111 | 10011101 | 0 | 11111 | 10 | 100101 | 100110000 | 10101 | 110101 |
Color Harmonies of #A06F9D
Complementary color
Monochromatic Colors of #A06F9D
Black with #A06F9D
Text Example
Text Example
White with #A06F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06F9D; }
p { color: rgb(160,111,157); }
H1.HeaderClassName
{
color: #A06F9D;
}
.AnyTagClassName
{
color: #A06F9D;
}
</style>
background-color css
<style>
a { background-color: #A06F9D; }
a { background-color: rgb(160,111,157); }
div.DivClassName
{
background-color: #A06F9D;
}
.BgClassName
{
background-color: #A06F9D;
}
</style>
border-color css
<style>
span { border-color: #A06F9D; }
span { border-color: rgb(160,111,157); }
td.TdClassName
{
border-color: #A06F9D;
}
.TagClassName
{
border-color: #A06F9D;
}
</style>