Shades of Violet Blue #A05BAD
Tints of Violet Blue #A05BAD
RGB
CMYK
RGB Variations
Color information
#A05BAD (or 0xA05BAD) is known color: Violet Blue. HEX triplet: A0, 5B and AD. RGB value is (160,91,173). Sum of RGB (Red+Green+Blue) = 160+91+173=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #A05BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAD is #5FA452. Grayscale: #787878. Windows color (decimal): -6267987 or 11361184. OLE color: 11361184.
HSL color Cylindrical-coordinate representation of color #A05BAD: hue angle of 290.49º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05BAD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 91 | 173 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.32 |
| HSL | 290.49º | 0.33% | 0.52% | - |
| HSV(B) | 290.49º | 0.47% | 0.68% | - |
| XYZ | 25.78 | 17.97 | 41.65 | - |
| YUV | 120.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 173 | 0.08 | 0.47 | 0 | 0.32 | 290.49 | 0.33 | 0.52 |
| Hex | A0 | 5B | AD | 8 | 2F | 0 | 20 | 122 | 21 | 34 |
| Octal | 240 | 133 | 255 | 10 | 57 | 0 | 40 | 442 | 41 | 64 |
| Binary | 10100000 | 1011011 | 10101101 | 1000 | 101111 | 0 | 100000 | 100100010 | 100001 | 110100 |
Color Harmonies of #A05BAD
Complementary color
Monochromatic Colors of #A05BAD
Black with #A05BAD
Text Example
Text Example
White with #A05BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BAD; }
p { color: rgb(160,91,173); }
H1.HeaderClassName
{
color: #A05BAD;
}
.AnyTagClassName
{
color: #A05BAD;
}
</style>
background-color css
<style>
a { background-color: #A05BAD; }
a { background-color: rgb(160,91,173); }
div.DivClassName
{
background-color: #A05BAD;
}
.BgClassName
{
background-color: #A05BAD;
}
</style>
border-color css
<style>
span { border-color: #A05BAD; }
span { border-color: rgb(160,91,173); }
td.TdClassName
{
border-color: #A05BAD;
}
.TagClassName
{
border-color: #A05BAD;
}
</style>