Shades of Violet Blue #A06093
Tints of Violet Blue #A06093
RGB
CMYK
RGB Variations
Color information
#A06093 (or 0xA06093) is known color: Violet Blue. HEX triplet: A0, 60 and 93. RGB value is (160,96,147). Sum of RGB (Red+Green+Blue) = 160+96+147=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A06093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06093 is #5F9F6C. Grayscale: #787878. Windows color (decimal): -6266733 or 9658528. OLE color: 9658528.
HSL color Cylindrical-coordinate representation of color #A06093: hue angle of 312.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06093 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 147 | - |
| CMYK | 0 | 0.4 | 0.08 | 0.37 |
| HSL | 312.19º | 0.25% | 0.5% | - |
| HSV(B) | 312.19º | 0.4% | 0.63% | - |
| XYZ | 23.95 | 17.95 | 29.81 | - |
| YUV | 120.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 147 | 0 | 0.4 | 0.08 | 0.37 | 312.19 | 0.25 | 0.5 |
| Hex | A0 | 60 | 93 | 0 | 28 | 8 | 25 | 138 | 19 | 32 |
| Octal | 240 | 140 | 223 | 0 | 50 | 10 | 45 | 470 | 31 | 62 |
| Binary | 10100000 | 1100000 | 10010011 | 0 | 101000 | 1000 | 100101 | 100111000 | 11001 | 110010 |
Color Harmonies of #A06093
Complementary color
Monochromatic Colors of #A06093
Black with #A06093
Text Example
Text Example
White with #A06093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06093; }
p { color: rgb(160,96,147); }
H1.HeaderClassName
{
color: #A06093;
}
.AnyTagClassName
{
color: #A06093;
}
</style>
background-color css
<style>
a { background-color: #A06093; }
a { background-color: rgb(160,96,147); }
div.DivClassName
{
background-color: #A06093;
}
.BgClassName
{
background-color: #A06093;
}
</style>
border-color css
<style>
span { border-color: #A06093; }
span { border-color: rgb(160,96,147); }
td.TdClassName
{
border-color: #A06093;
}
.TagClassName
{
border-color: #A06093;
}
</style>