Shades of Violet Blue #A25BAC
Tints of Violet Blue #A25BAC
RGB
CMYK
RGB Variations
Color information
#A25BAC (or 0xA25BAC) is known color: Violet Blue. HEX triplet: A2, 5B and AC. RGB value is (162,91,172). Sum of RGB (Red+Green+Blue) = 162+91+172=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BAC is #5DA453. Grayscale: #797979. Windows color (decimal): -6136916 or 11295650. OLE color: 11295650.
HSL color Cylindrical-coordinate representation of color #A25BAC: hue angle of 292.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25BAC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 91 | 172 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.33 |
| HSL | 292.59º | 0.33% | 0.52% | - |
| HSV(B) | 292.59º | 0.47% | 0.67% | - |
| XYZ | 26.09 | 18.14 | 41.16 | - |
| YUV | 121.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 172 | 0.06 | 0.47 | 0 | 0.33 | 292.59 | 0.33 | 0.52 |
| Hex | A2 | 5B | AC | 6 | 2F | 0 | 21 | 125 | 21 | 34 |
| Octal | 242 | 133 | 254 | 6 | 57 | 0 | 41 | 445 | 41 | 64 |
| Binary | 10100010 | 1011011 | 10101100 | 110 | 101111 | 0 | 100001 | 100100101 | 100001 | 110100 |
Color Harmonies of #A25BAC
Complementary color
Monochromatic Colors of #A25BAC
Black with #A25BAC
Text Example
Text Example
White with #A25BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BAC; }
p { color: rgb(162,91,172); }
H1.HeaderClassName
{
color: #A25BAC;
}
.AnyTagClassName
{
color: #A25BAC;
}
</style>
background-color css
<style>
a { background-color: #A25BAC; }
a { background-color: rgb(162,91,172); }
div.DivClassName
{
background-color: #A25BAC;
}
.BgClassName
{
background-color: #A25BAC;
}
</style>
border-color css
<style>
span { border-color: #A25BAC; }
span { border-color: rgb(162,91,172); }
td.TdClassName
{
border-color: #A25BAC;
}
.TagClassName
{
border-color: #A25BAC;
}
</style>