Shades of Violet Blue #A25894
Tints of Violet Blue #A25894
RGB
CMYK
RGB Variations
Color information
#A25894 (or 0xA25894) is known color: Violet Blue. HEX triplet: A2, 58 and 94. RGB value is (162,88,148). Sum of RGB (Red+Green+Blue) = 162+88+148=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A25894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25894 is #5DA76B. Grayscale: #747474. Windows color (decimal): -6137708 or 9722018. OLE color: 9722018.
HSL color Cylindrical-coordinate representation of color #A25894: hue angle of 311.35º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25894 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 148 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.36 |
| HSL | 311.35º | 0.3% | 0.49% | - |
| HSV(B) | 311.35º | 0.46% | 0.64% | - |
| XYZ | 23.74 | 16.8 | 30.01 | - |
| YUV | 116.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 148 | 0 | 0.46 | 0.09 | 0.36 | 311.35 | 0.3 | 0.49 |
| Hex | A2 | 58 | 94 | 0 | 2E | 9 | 24 | 137 | 1E | 31 |
| Octal | 242 | 130 | 224 | 0 | 56 | 11 | 44 | 467 | 36 | 61 |
| Binary | 10100010 | 1011000 | 10010100 | 0 | 101110 | 1001 | 100100 | 100110111 | 11110 | 110001 |
Color Harmonies of #A25894
Complementary color
Monochromatic Colors of #A25894
Black with #A25894
Text Example
Text Example
White with #A25894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25894; }
p { color: rgb(162,88,148); }
H1.HeaderClassName
{
color: #A25894;
}
.AnyTagClassName
{
color: #A25894;
}
</style>
background-color css
<style>
a { background-color: #A25894; }
a { background-color: rgb(162,88,148); }
div.DivClassName
{
background-color: #A25894;
}
.BgClassName
{
background-color: #A25894;
}
</style>
border-color css
<style>
span { border-color: #A25894; }
span { border-color: rgb(162,88,148); }
td.TdClassName
{
border-color: #A25894;
}
.TagClassName
{
border-color: #A25894;
}
</style>