Shades of Violet Blue #A958B3
Tints of Violet Blue #A958B3
RGB
CMYK
RGB Variations
Color information
#A958B3 (or 0xA958B3) is known color: Violet Blue. HEX triplet: A9, 58 and B3. RGB value is (169,88,179). Sum of RGB (Red+Green+Blue) = 169+88+179=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #A958B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A958B3 is #56A74C. Grayscale: #7A7A7A. Windows color (decimal): -5678925 or 11753641. OLE color: 11753641.
HSL color Cylindrical-coordinate representation of color #A958B3: hue angle of 293.41º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A958B3 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 88 | 179 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.30 |
| HSL | 293.41º | 0.37% | 0.52% | - |
| HSV(B) | 293.41º | 0.51% | 0.7% | - |
| XYZ | 27.99 | 18.67 | 44.78 | - |
| YUV | 122.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 88 | 179 | 0.06 | 0.51 | 0 | 0.30 | 293.41 | 0.37 | 0.52 |
| Hex | A9 | 58 | B3 | 6 | 33 | 0 | 1E | 125 | 25 | 34 |
| Octal | 251 | 130 | 263 | 6 | 63 | 0 | 36 | 445 | 45 | 64 |
| Binary | 10101001 | 1011000 | 10110011 | 110 | 110011 | 0 | 11110 | 100100101 | 100101 | 110100 |
Color Harmonies of #A958B3
Complementary color
Monochromatic Colors of #A958B3
Black with #A958B3
Text Example
Text Example
White with #A958B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A958B3; }
p { color: rgb(169,88,179); }
H1.HeaderClassName
{
color: #A958B3;
}
.AnyTagClassName
{
color: #A958B3;
}
</style>
background-color css
<style>
a { background-color: #A958B3; }
a { background-color: rgb(169,88,179); }
div.DivClassName
{
background-color: #A958B3;
}
.BgClassName
{
background-color: #A958B3;
}
</style>
border-color css
<style>
span { border-color: #A958B3; }
span { border-color: rgb(169,88,179); }
td.TdClassName
{
border-color: #A958B3;
}
.TagClassName
{
border-color: #A958B3;
}
</style>