Shades of Violet Blue #A25DAA
Tints of Violet Blue #A25DAA
RGB
CMYK
RGB Variations
Color information
#A25DAA (or 0xA25DAA) is known color: Violet Blue. HEX triplet: A2, 5D and AA. RGB value is (162,93,170). Sum of RGB (Red+Green+Blue) = 162+93+170=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAA is #5DA255. Grayscale: #7A7A7A. Windows color (decimal): -6136406 or 11165090. OLE color: 11165090.
HSL color Cylindrical-coordinate representation of color #A25DAA: hue angle of 293.77º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25DAA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 93 | 170 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.33 |
| HSL | 293.77º | 0.31% | 0.52% | - |
| HSV(B) | 293.77º | 0.45% | 0.67% | - |
| XYZ | 26.07 | 18.41 | 40.21 | - |
| YUV | 122.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 170 | 0.05 | 0.45 | 0 | 0.33 | 293.77 | 0.31 | 0.52 |
| Hex | A2 | 5D | AA | 5 | 2D | 0 | 21 | 126 | 1F | 34 |
| Octal | 242 | 135 | 252 | 5 | 55 | 0 | 41 | 446 | 37 | 64 |
| Binary | 10100010 | 1011101 | 10101010 | 101 | 101101 | 0 | 100001 | 100100110 | 11111 | 110100 |
Color Harmonies of #A25DAA
Complementary color
Monochromatic Colors of #A25DAA
Black with #A25DAA
Text Example
Text Example
White with #A25DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DAA; }
p { color: rgb(162,93,170); }
H1.HeaderClassName
{
color: #A25DAA;
}
.AnyTagClassName
{
color: #A25DAA;
}
</style>
background-color css
<style>
a { background-color: #A25DAA; }
a { background-color: rgb(162,93,170); }
div.DivClassName
{
background-color: #A25DAA;
}
.BgClassName
{
background-color: #A25DAA;
}
</style>
border-color css
<style>
span { border-color: #A25DAA; }
span { border-color: rgb(162,93,170); }
td.TdClassName
{
border-color: #A25DAA;
}
.TagClassName
{
border-color: #A25DAA;
}
</style>