Shades of Violet Blue #A25DAC
Tints of Violet Blue #A25DAC
RGB
CMYK
RGB Variations
Color information
#A25DAC (or 0xA25DAC) is known color: Violet Blue. HEX triplet: A2, 5D and AC. RGB value is (162,93,172). Sum of RGB (Red+Green+Blue) = 162+93+172=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A25DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAC is #5DA253. Grayscale: #7A7A7A. Windows color (decimal): -6136404 or 11296162. OLE color: 11296162.
HSL color Cylindrical-coordinate representation of color #A25DAC: hue angle of 292.41º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25DAC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 93 | 172 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.33 |
| HSL | 292.41º | 0.32% | 0.52% | - |
| HSV(B) | 292.41º | 0.46% | 0.67% | - |
| XYZ | 26.26 | 18.49 | 41.21 | - |
| YUV | 122.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 172 | 0.06 | 0.46 | 0 | 0.33 | 292.41 | 0.32 | 0.52 |
| Hex | A2 | 5D | AC | 6 | 2E | 0 | 21 | 124 | 20 | 34 |
| Octal | 242 | 135 | 254 | 6 | 56 | 0 | 41 | 444 | 40 | 64 |
| Binary | 10100010 | 1011101 | 10101100 | 110 | 101110 | 0 | 100001 | 100100100 | 100000 | 110100 |
Color Harmonies of #A25DAC
Complementary color
Monochromatic Colors of #A25DAC
Black with #A25DAC
Text Example
Text Example
White with #A25DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DAC; }
p { color: rgb(162,93,172); }
H1.HeaderClassName
{
color: #A25DAC;
}
.AnyTagClassName
{
color: #A25DAC;
}
</style>
background-color css
<style>
a { background-color: #A25DAC; }
a { background-color: rgb(162,93,172); }
div.DivClassName
{
background-color: #A25DAC;
}
.BgClassName
{
background-color: #A25DAC;
}
</style>
border-color css
<style>
span { border-color: #A25DAC; }
span { border-color: rgb(162,93,172); }
td.TdClassName
{
border-color: #A25DAC;
}
.TagClassName
{
border-color: #A25DAC;
}
</style>