Shades of Violet Blue #A574A4
Tints of Violet Blue #A574A4
RGB
CMYK
RGB Variations
Color information
#A574A4 (or 0xA574A4) is known color: Violet Blue. HEX triplet: A5, 74 and A4. RGB value is (165,116,164). Sum of RGB (Red+Green+Blue) = 165+116+164=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A574A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A574A4 is #5A8B5B. Grayscale: #878787. Windows color (decimal): -5933916 or 10777765. OLE color: 10777765.
HSL color Cylindrical-coordinate representation of color #A574A4: hue angle of 301.22º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A574A4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 116 | 164 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.35 |
| HSL | 301.22º | 0.21% | 0.55% | - |
| HSV(B) | 301.22º | 0.3% | 0.65% | - |
| XYZ | 28.46 | 23.17 | 38.09 | - |
| YUV | 136.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 164 | 0 | 0.30 | 0.01 | 0.35 | 301.22 | 0.21 | 0.55 |
| Hex | A5 | 74 | A4 | 0 | 1E | 1 | 23 | 12D | 15 | 37 |
| Octal | 245 | 164 | 244 | 0 | 36 | 1 | 43 | 455 | 25 | 67 |
| Binary | 10100101 | 1110100 | 10100100 | 0 | 11110 | 1 | 100011 | 100101101 | 10101 | 110111 |
Color Harmonies of #A574A4
Complementary color
Monochromatic Colors of #A574A4
Black with #A574A4
Text Example
Text Example
White with #A574A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574A4; }
p { color: rgb(165,116,164); }
H1.HeaderClassName
{
color: #A574A4;
}
.AnyTagClassName
{
color: #A574A4;
}
</style>
background-color css
<style>
a { background-color: #A574A4; }
a { background-color: rgb(165,116,164); }
div.DivClassName
{
background-color: #A574A4;
}
.BgClassName
{
background-color: #A574A4;
}
</style>
border-color css
<style>
span { border-color: #A574A4; }
span { border-color: rgb(165,116,164); }
td.TdClassName
{
border-color: #A574A4;
}
.TagClassName
{
border-color: #A574A4;
}
</style>