Shades of Violet Blue #A25DAF
Tints of Violet Blue #A25DAF
RGB
CMYK
RGB Variations
Color information
#A25DAF (or 0xA25DAF) is known color: Violet Blue. HEX triplet: A2, 5D and AF. RGB value is (162,93,175). Sum of RGB (Red+Green+Blue) = 162+93+175=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAF is #5DA250. Grayscale: #7A7A7A. Windows color (decimal): -6136401 or 11492770. OLE color: 11492770.
HSL color Cylindrical-coordinate representation of color #A25DAF: hue angle of 290.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25DAF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 93 | 175 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.31 |
| HSL | 290.49º | 0.34% | 0.53% | - |
| HSV(B) | 290.49º | 0.47% | 0.69% | - |
| XYZ | 26.55 | 18.61 | 42.75 | - |
| YUV | 122.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 175 | 0.07 | 0.47 | 0 | 0.31 | 290.49 | 0.34 | 0.53 |
| Hex | A2 | 5D | AF | 7 | 2F | 0 | 1F | 122 | 22 | 35 |
| Octal | 242 | 135 | 257 | 7 | 57 | 0 | 37 | 442 | 42 | 65 |
| Binary | 10100010 | 1011101 | 10101111 | 111 | 101111 | 0 | 11111 | 100100010 | 100010 | 110101 |
Color Harmonies of #A25DAF
Complementary color
Monochromatic Colors of #A25DAF
Black with #A25DAF
Text Example
Text Example
White with #A25DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DAF; }
p { color: rgb(162,93,175); }
H1.HeaderClassName
{
color: #A25DAF;
}
.AnyTagClassName
{
color: #A25DAF;
}
</style>
background-color css
<style>
a { background-color: #A25DAF; }
a { background-color: rgb(162,93,175); }
div.DivClassName
{
background-color: #A25DAF;
}
.BgClassName
{
background-color: #A25DAF;
}
</style>
border-color css
<style>
span { border-color: #A25DAF; }
span { border-color: rgb(162,93,175); }
td.TdClassName
{
border-color: #A25DAF;
}
.TagClassName
{
border-color: #A25DAF;
}
</style>