Shades of Violet Blue #A25AAC
Tints of Violet Blue #A25AAC
RGB
CMYK
RGB Variations
Color information
#A25AAC (or 0xA25AAC) is known color: Violet Blue. HEX triplet: A2, 5A and AC. RGB value is (162,90,172). Sum of RGB (Red+Green+Blue) = 162+90+172=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAC is #5DA553. Grayscale: #787878. Windows color (decimal): -6137172 or 11295394. OLE color: 11295394.
HSL color Cylindrical-coordinate representation of color #A25AAC: hue angle of 292.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25AAC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 90 | 172 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.33 |
| HSL | 292.68º | 0.33% | 0.51% | - |
| HSV(B) | 292.68º | 0.48% | 0.67% | - |
| XYZ | 26 | 17.97 | 41.13 | - |
| YUV | 120.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 172 | 0.06 | 0.48 | 0 | 0.33 | 292.68 | 0.33 | 0.51 |
| Hex | A2 | 5A | AC | 6 | 30 | 0 | 21 | 125 | 21 | 33 |
| Octal | 242 | 132 | 254 | 6 | 60 | 0 | 41 | 445 | 41 | 63 |
| Binary | 10100010 | 1011010 | 10101100 | 110 | 110000 | 0 | 100001 | 100100101 | 100001 | 110011 |
Color Harmonies of #A25AAC
Complementary color
Monochromatic Colors of #A25AAC
Black with #A25AAC
Text Example
Text Example
White with #A25AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AAC; }
p { color: rgb(162,90,172); }
H1.HeaderClassName
{
color: #A25AAC;
}
.AnyTagClassName
{
color: #A25AAC;
}
</style>
background-color css
<style>
a { background-color: #A25AAC; }
a { background-color: rgb(162,90,172); }
div.DivClassName
{
background-color: #A25AAC;
}
.BgClassName
{
background-color: #A25AAC;
}
</style>
border-color css
<style>
span { border-color: #A25AAC; }
span { border-color: rgb(162,90,172); }
td.TdClassName
{
border-color: #A25AAC;
}
.TagClassName
{
border-color: #A25AAC;
}
</style>