Shades of Violet Blue #A74CAE
Tints of Violet Blue #A74CAE
RGB
CMYK
RGB Variations
Color information
#A74CAE (or 0xA74CAE) is known color: Violet Blue. HEX triplet: A7, 4C and AE. RGB value is (167,76,174). Sum of RGB (Red+Green+Blue) = 167+76+174=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A74CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74CAE is #58B351. Grayscale: #727272. Windows color (decimal): -5813074 or 11422887. OLE color: 11422887.
HSL color Cylindrical-coordinate representation of color #A74CAE: hue angle of 295.71º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74CAE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 76 | 174 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.32 |
| HSL | 295.71º | 0.39% | 0.49% | - |
| HSV(B) | 295.71º | 0.56% | 0.68% | - |
| XYZ | 26.16 | 16.44 | 41.84 | - |
| YUV | 114.38 | 161.65 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 174 | 0.04 | 0.56 | 0 | 0.32 | 295.71 | 0.39 | 0.49 |
| Hex | A7 | 4C | AE | 4 | 38 | 0 | 20 | 128 | 27 | 31 |
| Octal | 247 | 114 | 256 | 4 | 70 | 0 | 40 | 450 | 47 | 61 |
| Binary | 10100111 | 1001100 | 10101110 | 100 | 111000 | 0 | 100000 | 100101000 | 100111 | 110001 |
Color Harmonies of #A74CAE
Complementary color
Monochromatic Colors of #A74CAE
Black with #A74CAE
Text Example
Text Example
White with #A74CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74CAE; }
p { color: rgb(167,76,174); }
H1.HeaderClassName
{
color: #A74CAE;
}
.AnyTagClassName
{
color: #A74CAE;
}
</style>
background-color css
<style>
a { background-color: #A74CAE; }
a { background-color: rgb(167,76,174); }
div.DivClassName
{
background-color: #A74CAE;
}
.BgClassName
{
background-color: #A74CAE;
}
</style>
border-color css
<style>
span { border-color: #A74CAE; }
span { border-color: rgb(167,76,174); }
td.TdClassName
{
border-color: #A74CAE;
}
.TagClassName
{
border-color: #A74CAE;
}
</style>