Shades of Violet Blue #A25399
Tints of Violet Blue #A25399
RGB
CMYK
RGB Variations
Color information
#A25399 (or 0xA25399) is known color: Violet Blue. HEX triplet: A2, 53 and 99. RGB value is (162,83,153). Sum of RGB (Red+Green+Blue) = 162+83+153=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A25399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25399 is #5DAC66. Grayscale: #727272. Windows color (decimal): -6138983 or 10048418. OLE color: 10048418.
HSL color Cylindrical-coordinate representation of color #A25399: hue angle of 306.84º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25399 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 153 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.36 |
| HSL | 306.84º | 0.32% | 0.48% | - |
| HSV(B) | 306.84º | 0.49% | 0.64% | - |
| XYZ | 23.74 | 16.17 | 32.01 | - |
| YUV | 114.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 153 | 0 | 0.49 | 0.06 | 0.36 | 306.84 | 0.32 | 0.48 |
| Hex | A2 | 53 | 99 | 0 | 31 | 6 | 24 | 133 | 20 | 30 |
| Octal | 242 | 123 | 231 | 0 | 61 | 6 | 44 | 463 | 40 | 60 |
| Binary | 10100010 | 1010011 | 10011001 | 0 | 110001 | 110 | 100100 | 100110011 | 100000 | 110000 |
Color Harmonies of #A25399
Complementary color
Monochromatic Colors of #A25399
Black with #A25399
Text Example
Text Example
White with #A25399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25399; }
p { color: rgb(162,83,153); }
H1.HeaderClassName
{
color: #A25399;
}
.AnyTagClassName
{
color: #A25399;
}
</style>
background-color css
<style>
a { background-color: #A25399; }
a { background-color: rgb(162,83,153); }
div.DivClassName
{
background-color: #A25399;
}
.BgClassName
{
background-color: #A25399;
}
</style>
border-color css
<style>
span { border-color: #A25399; }
span { border-color: rgb(162,83,153); }
td.TdClassName
{
border-color: #A25399;
}
.TagClassName
{
border-color: #A25399;
}
</style>