Shades of Violet Blue #A25F93
Tints of Violet Blue #A25F93
RGB
CMYK
RGB Variations
Color information
#A25F93 (or 0xA25F93) is known color: Violet Blue. HEX triplet: A2, 5F and 93. RGB value is (162,95,147). Sum of RGB (Red+Green+Blue) = 162+95+147=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F93 is #5DA06C. Grayscale: #787878. Windows color (decimal): -6135917 or 9658274. OLE color: 9658274.
HSL color Cylindrical-coordinate representation of color #A25F93: hue angle of 313.43º 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 #A25F93 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 147 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.36 |
| HSL | 313.43º | 0.26% | 0.5% | - |
| HSV(B) | 313.43º | 0.41% | 0.64% | - |
| XYZ | 24.26 | 17.97 | 29.79 | - |
| YUV | 120.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 147 | 0 | 0.41 | 0.09 | 0.36 | 313.43 | 0.26 | 0.5 |
| Hex | A2 | 5F | 93 | 0 | 29 | 9 | 24 | 139 | 1A | 32 |
| Octal | 242 | 137 | 223 | 0 | 51 | 11 | 44 | 471 | 32 | 62 |
| Binary | 10100010 | 1011111 | 10010011 | 0 | 101001 | 1001 | 100100 | 100111001 | 11010 | 110010 |
Color Harmonies of #A25F93
Complementary color
Monochromatic Colors of #A25F93
Black with #A25F93
Text Example
Text Example
White with #A25F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F93; }
p { color: rgb(162,95,147); }
H1.HeaderClassName
{
color: #A25F93;
}
.AnyTagClassName
{
color: #A25F93;
}
</style>
background-color css
<style>
a { background-color: #A25F93; }
a { background-color: rgb(162,95,147); }
div.DivClassName
{
background-color: #A25F93;
}
.BgClassName
{
background-color: #A25F93;
}
</style>
border-color css
<style>
span { border-color: #A25F93; }
span { border-color: rgb(162,95,147); }
td.TdClassName
{
border-color: #A25F93;
}
.TagClassName
{
border-color: #A25F93;
}
</style>