Shades of Violet Blue #A25DAE
Tints of Violet Blue #A25DAE
RGB
CMYK
RGB Variations
Color information
#A25DAE (or 0xA25DAE) is known color: Violet Blue. HEX triplet: A2, 5D and AE. RGB value is (162,93,174). Sum of RGB (Red+Green+Blue) = 162+93+174=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #A25DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAE is #5DA251. Grayscale: #7A7A7A. Windows color (decimal): -6136402 or 11427234. OLE color: 11427234.
HSL color Cylindrical-coordinate representation of color #A25DAE: hue angle of 291.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25DAE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 93 | 174 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.32 |
| HSL | 291.11º | 0.33% | 0.52% | - |
| HSV(B) | 291.11º | 0.47% | 0.68% | - |
| XYZ | 26.45 | 18.57 | 42.23 | - |
| YUV | 122.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 174 | 0.07 | 0.47 | 0 | 0.32 | 291.11 | 0.33 | 0.52 |
| Hex | A2 | 5D | AE | 7 | 2F | 0 | 20 | 123 | 21 | 34 |
| Octal | 242 | 135 | 256 | 7 | 57 | 0 | 40 | 443 | 41 | 64 |
| Binary | 10100010 | 1011101 | 10101110 | 111 | 101111 | 0 | 100000 | 100100011 | 100001 | 110100 |
Color Harmonies of #A25DAE
Complementary color
Monochromatic Colors of #A25DAE
Black with #A25DAE
Text Example
Text Example
White with #A25DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25DAE; }
p { color: rgb(162,93,174); }
H1.HeaderClassName
{
color: #A25DAE;
}
.AnyTagClassName
{
color: #A25DAE;
}
</style>
background-color css
<style>
a { background-color: #A25DAE; }
a { background-color: rgb(162,93,174); }
div.DivClassName
{
background-color: #A25DAE;
}
.BgClassName
{
background-color: #A25DAE;
}
</style>
border-color css
<style>
span { border-color: #A25DAE; }
span { border-color: rgb(162,93,174); }
td.TdClassName
{
border-color: #A25DAE;
}
.TagClassName
{
border-color: #A25DAE;
}
</style>