Shades of Violet Blue #A25F9F
Tints of Violet Blue #A25F9F
RGB
CMYK
RGB Variations
Color information
#A25F9F (or 0xA25F9F) is known color: Violet Blue. HEX triplet: A2, 5F and 9F. RGB value is (162,95,159). Sum of RGB (Red+Green+Blue) = 162+95+159=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F9F is #5DA060. Grayscale: #7A7A7A. Windows color (decimal): -6135905 or 10444706. OLE color: 10444706.
HSL color Cylindrical-coordinate representation of color #A25F9F: hue angle of 302.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F9F is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 159 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.36 |
| HSL | 302.69º | 0.26% | 0.5% | - |
| HSV(B) | 302.69º | 0.41% | 0.64% | - |
| XYZ | 25.25 | 18.37 | 35.02 | - |
| YUV | 122.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 159 | 0 | 0.41 | 0.02 | 0.36 | 302.69 | 0.26 | 0.5 |
| Hex | A2 | 5F | 9F | 0 | 29 | 2 | 24 | 12F | 1A | 32 |
| Octal | 242 | 137 | 237 | 0 | 51 | 2 | 44 | 457 | 32 | 62 |
| Binary | 10100010 | 1011111 | 10011111 | 0 | 101001 | 10 | 100100 | 100101111 | 11010 | 110010 |
Color Harmonies of #A25F9F
Complementary color
Monochromatic Colors of #A25F9F
Black with #A25F9F
Text Example
Text Example
White with #A25F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F9F; }
p { color: rgb(162,95,159); }
H1.HeaderClassName
{
color: #A25F9F;
}
.AnyTagClassName
{
color: #A25F9F;
}
</style>
background-color css
<style>
a { background-color: #A25F9F; }
a { background-color: rgb(162,95,159); }
div.DivClassName
{
background-color: #A25F9F;
}
.BgClassName
{
background-color: #A25F9F;
}
</style>
border-color css
<style>
span { border-color: #A25F9F; }
span { border-color: rgb(162,95,159); }
td.TdClassName
{
border-color: #A25F9F;
}
.TagClassName
{
border-color: #A25F9F;
}
</style>