Shades of Violet Blue #A045AA
Tints of Violet Blue #A045AA
RGB
CMYK
RGB Variations
Color information
#A045AA (or 0xA045AA) is known color: Violet Blue. HEX triplet: A0, 45 and AA. RGB value is (160,69,170). Sum of RGB (Red+Green+Blue) = 160+69+170=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #A045AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A045AA is #5FBA55. Grayscale: #6B6B6B. Windows color (decimal): -6273622 or 11158944. OLE color: 11158944.
HSL color Cylindrical-coordinate representation of color #A045AA: hue angle of 294.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A045AA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 69 | 170 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.33 |
| HSL | 294.06º | 0.42% | 0.47% | - |
| HSV(B) | 294.06º | 0.59% | 0.67% | - |
| XYZ | 23.88 | 14.63 | 39.6 | - |
| YUV | 107.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 170 | 0.06 | 0.59 | 0 | 0.33 | 294.06 | 0.42 | 0.47 |
| Hex | A0 | 45 | AA | 6 | 3B | 0 | 21 | 126 | 2A | 2F |
| Octal | 240 | 105 | 252 | 6 | 73 | 0 | 41 | 446 | 52 | 57 |
| Binary | 10100000 | 1000101 | 10101010 | 110 | 111011 | 0 | 100001 | 100100110 | 101010 | 101111 |
Color Harmonies of #A045AA
Complementary color
Monochromatic Colors of #A045AA
Black with #A045AA
Text Example
Text Example
White with #A045AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A045AA; }
p { color: rgb(160,69,170); }
H1.HeaderClassName
{
color: #A045AA;
}
.AnyTagClassName
{
color: #A045AA;
}
</style>
background-color css
<style>
a { background-color: #A045AA; }
a { background-color: rgb(160,69,170); }
div.DivClassName
{
background-color: #A045AA;
}
.BgClassName
{
background-color: #A045AA;
}
</style>
border-color css
<style>
span { border-color: #A045AA; }
span { border-color: rgb(160,69,170); }
td.TdClassName
{
border-color: #A045AA;
}
.TagClassName
{
border-color: #A045AA;
}
</style>