Shades of Violet Blue #A95FA2
Tints of Violet Blue #A95FA2
RGB
CMYK
RGB Variations
Color information
#A95FA2 (or 0xA95FA2) is known color: Violet Blue. HEX triplet: A9, 5F and A2. RGB value is (169,95,162). Sum of RGB (Red+Green+Blue) = 169+95+162=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A95FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FA2 is #56A05D. Grayscale: #7C7C7C. Windows color (decimal): -5677150 or 10641321. OLE color: 10641321.
HSL color Cylindrical-coordinate representation of color #A95FA2: hue angle of 305.68º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A95FA2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 95 | 162 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.34 |
| HSL | 305.68º | 0.3% | 0.52% | - |
| HSV(B) | 305.68º | 0.44% | 0.66% | - |
| XYZ | 26.98 | 19.23 | 36.47 | - |
| YUV | 124.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 162 | 0 | 0.44 | 0.04 | 0.34 | 305.68 | 0.3 | 0.52 |
| Hex | A9 | 5F | A2 | 0 | 2C | 4 | 22 | 132 | 1E | 34 |
| Octal | 251 | 137 | 242 | 0 | 54 | 4 | 42 | 462 | 36 | 64 |
| Binary | 10101001 | 1011111 | 10100010 | 0 | 101100 | 100 | 100010 | 100110010 | 11110 | 110100 |
Color Harmonies of #A95FA2
Complementary color
Monochromatic Colors of #A95FA2
Black with #A95FA2
Text Example
Text Example
White with #A95FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95FA2; }
p { color: rgb(169,95,162); }
H1.HeaderClassName
{
color: #A95FA2;
}
.AnyTagClassName
{
color: #A95FA2;
}
</style>
background-color css
<style>
a { background-color: #A95FA2; }
a { background-color: rgb(169,95,162); }
div.DivClassName
{
background-color: #A95FA2;
}
.BgClassName
{
background-color: #A95FA2;
}
</style>
border-color css
<style>
span { border-color: #A95FA2; }
span { border-color: rgb(169,95,162); }
td.TdClassName
{
border-color: #A95FA2;
}
.TagClassName
{
border-color: #A95FA2;
}
</style>