Shades of Violet Blue #A574AA
Tints of Violet Blue #A574AA
RGB
CMYK
RGB Variations
Color information
#A574AA (or 0xA574AA) is known color: Violet Blue. HEX triplet: A5, 74 and AA. RGB value is (165,116,170). Sum of RGB (Red+Green+Blue) = 165+116+170=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A574AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A574AA is #5A8B55. Grayscale: #888888. Windows color (decimal): -5933910 or 11170981. OLE color: 11170981.
HSL color Cylindrical-coordinate representation of color #A574AA: hue angle of 294.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A574AA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 116 | 170 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.33 |
| HSL | 294.44º | 0.24% | 0.56% | - |
| HSV(B) | 294.44º | 0.32% | 0.67% | - |
| XYZ | 29.02 | 23.39 | 41.02 | - |
| YUV | 136.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 170 | 0.03 | 0.32 | 0 | 0.33 | 294.44 | 0.24 | 0.56 |
| Hex | A5 | 74 | AA | 3 | 20 | 0 | 21 | 126 | 18 | 38 |
| Octal | 245 | 164 | 252 | 3 | 40 | 0 | 41 | 446 | 30 | 70 |
| Binary | 10100101 | 1110100 | 10101010 | 11 | 100000 | 0 | 100001 | 100100110 | 11000 | 111000 |
Color Harmonies of #A574AA
Complementary color
Monochromatic Colors of #A574AA
Black with #A574AA
Text Example
Text Example
White with #A574AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574AA; }
p { color: rgb(165,116,170); }
H1.HeaderClassName
{
color: #A574AA;
}
.AnyTagClassName
{
color: #A574AA;
}
</style>
background-color css
<style>
a { background-color: #A574AA; }
a { background-color: rgb(165,116,170); }
div.DivClassName
{
background-color: #A574AA;
}
.BgClassName
{
background-color: #A574AA;
}
</style>
border-color css
<style>
span { border-color: #A574AA; }
span { border-color: rgb(165,116,170); }
td.TdClassName
{
border-color: #A574AA;
}
.TagClassName
{
border-color: #A574AA;
}
</style>