Shades of Violet Blue #A25698
Tints of Violet Blue #A25698
RGB
CMYK
RGB Variations
Color information
#A25698 (or 0xA25698) is known color: Violet Blue. HEX triplet: A2, 56 and 98. RGB value is (162,86,152). Sum of RGB (Red+Green+Blue) = 162+86+152=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A25698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25698 is #5DA967. Grayscale: #747474. Windows color (decimal): -6138216 or 9983650. OLE color: 9983650.
HSL color Cylindrical-coordinate representation of color #A25698: hue angle of 307.89º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25698 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 86 | 152 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.36 |
| HSL | 307.89º | 0.31% | 0.49% | - |
| HSV(B) | 307.89º | 0.47% | 0.64% | - |
| XYZ | 23.9 | 16.6 | 31.65 | - |
| YUV | 116.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 86 | 152 | 0 | 0.47 | 0.06 | 0.36 | 307.89 | 0.31 | 0.49 |
| Hex | A2 | 56 | 98 | 0 | 2F | 6 | 24 | 134 | 1F | 31 |
| Octal | 242 | 126 | 230 | 0 | 57 | 6 | 44 | 464 | 37 | 61 |
| Binary | 10100010 | 1010110 | 10011000 | 0 | 101111 | 110 | 100100 | 100110100 | 11111 | 110001 |
Color Harmonies of #A25698
Complementary color
Monochromatic Colors of #A25698
Black with #A25698
Text Example
Text Example
White with #A25698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25698; }
p { color: rgb(162,86,152); }
H1.HeaderClassName
{
color: #A25698;
}
.AnyTagClassName
{
color: #A25698;
}
</style>
background-color css
<style>
a { background-color: #A25698; }
a { background-color: rgb(162,86,152); }
div.DivClassName
{
background-color: #A25698;
}
.BgClassName
{
background-color: #A25698;
}
</style>
border-color css
<style>
span { border-color: #A25698; }
span { border-color: rgb(162,86,152); }
td.TdClassName
{
border-color: #A25698;
}
.TagClassName
{
border-color: #A25698;
}
</style>