Shades of Violet Blue #A25A8F
Tints of Violet Blue #A25A8F
RGB
CMYK
RGB Variations
Color information
#A25A8F (or 0xA25A8F) is known color: Violet Blue. HEX triplet: A2, 5A and 8F. RGB value is (162,90,143). Sum of RGB (Red+Green+Blue) = 162+90+143=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25A8F is #5DA570. Grayscale: #757575. Windows color (decimal): -6137201 or 9394850. OLE color: 9394850.
HSL color Cylindrical-coordinate representation of color #A25A8F: hue angle of 315.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25A8F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 143 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.36 |
| HSL | 315.83º | 0.29% | 0.49% | - |
| HSV(B) | 315.83º | 0.44% | 0.64% | - |
| XYZ | 23.51 | 16.98 | 28.02 | - |
| YUV | 117.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 143 | 0 | 0.44 | 0.12 | 0.36 | 315.83 | 0.29 | 0.49 |
| Hex | A2 | 5A | 8F | 0 | 2C | C | 24 | 13C | 1D | 31 |
| Octal | 242 | 132 | 217 | 0 | 54 | 14 | 44 | 474 | 35 | 61 |
| Binary | 10100010 | 1011010 | 10001111 | 0 | 101100 | 1100 | 100100 | 100111100 | 11101 | 110001 |
Color Harmonies of #A25A8F
Complementary color
Monochromatic Colors of #A25A8F
Black with #A25A8F
Text Example
Text Example
White with #A25A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A8F; }
p { color: rgb(162,90,143); }
H1.HeaderClassName
{
color: #A25A8F;
}
.AnyTagClassName
{
color: #A25A8F;
}
</style>
background-color css
<style>
a { background-color: #A25A8F; }
a { background-color: rgb(162,90,143); }
div.DivClassName
{
background-color: #A25A8F;
}
.BgClassName
{
background-color: #A25A8F;
}
</style>
border-color css
<style>
span { border-color: #A25A8F; }
span { border-color: rgb(162,90,143); }
td.TdClassName
{
border-color: #A25A8F;
}
.TagClassName
{
border-color: #A25A8F;
}
</style>