Shades of Violet Blue #A75DAE
Tints of Violet Blue #A75DAE
RGB
CMYK
RGB Variations
Color information
#A75DAE (or 0xA75DAE) is known color: Violet Blue. HEX triplet: A7, 5D and AE. RGB value is (167,93,174). Sum of RGB (Red+Green+Blue) = 167+93+174=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #A75DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75DAE is #58A251. Grayscale: #7C7C7C. Windows color (decimal): -5808722 or 11427239. OLE color: 11427239.
HSL color Cylindrical-coordinate representation of color #A75DAE: hue angle of 294.81º 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 #A75DAE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 93 | 174 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.32 |
| HSL | 294.81º | 0.33% | 0.52% | - |
| HSV(B) | 294.81º | 0.47% | 0.68% | - |
| XYZ | 27.49 | 19.1 | 42.28 | - |
| YUV | 124.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 93 | 174 | 0.04 | 0.47 | 0 | 0.32 | 294.81 | 0.33 | 0.52 |
| Hex | A7 | 5D | AE | 4 | 2F | 0 | 20 | 127 | 21 | 34 |
| Octal | 247 | 135 | 256 | 4 | 57 | 0 | 40 | 447 | 41 | 64 |
| Binary | 10100111 | 1011101 | 10101110 | 100 | 101111 | 0 | 100000 | 100100111 | 100001 | 110100 |
Color Harmonies of #A75DAE
Complementary color
Monochromatic Colors of #A75DAE
Black with #A75DAE
Text Example
Text Example
White with #A75DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75DAE; }
p { color: rgb(167,93,174); }
H1.HeaderClassName
{
color: #A75DAE;
}
.AnyTagClassName
{
color: #A75DAE;
}
</style>
background-color css
<style>
a { background-color: #A75DAE; }
a { background-color: rgb(167,93,174); }
div.DivClassName
{
background-color: #A75DAE;
}
.BgClassName
{
background-color: #A75DAE;
}
</style>
border-color css
<style>
span { border-color: #A75DAE; }
span { border-color: rgb(167,93,174); }
td.TdClassName
{
border-color: #A75DAE;
}
.TagClassName
{
border-color: #A75DAE;
}
</style>