Shades of Violet Blue #A244AB
Tints of Violet Blue #A244AB
RGB
CMYK
RGB Variations
Color information
#A244AB (or 0xA244AB) is known color: Violet Blue. HEX triplet: A2, 44 and AB. RGB value is (162,68,171). Sum of RGB (Red+Green+Blue) = 162+68+171=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A244AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A244AB is #5DBB54. Grayscale: #6B6B6B. Windows color (decimal): -6142805 or 11224226. OLE color: 11224226.
HSL color Cylindrical-coordinate representation of color #A244AB: hue angle of 294.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A244AB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 68 | 171 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.33 |
| HSL | 294.76º | 0.43% | 0.47% | - |
| HSV(B) | 294.76º | 0.6% | 0.67% | - |
| XYZ | 24.32 | 14.76 | 40.09 | - |
| YUV | 107.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 171 | 0.05 | 0.60 | 0 | 0.33 | 294.76 | 0.43 | 0.47 |
| Hex | A2 | 44 | AB | 5 | 3C | 0 | 21 | 127 | 2B | 2F |
| Octal | 242 | 104 | 253 | 5 | 74 | 0 | 41 | 447 | 53 | 57 |
| Binary | 10100010 | 1000100 | 10101011 | 101 | 111100 | 0 | 100001 | 100100111 | 101011 | 101111 |
Color Harmonies of #A244AB
Complementary color
Monochromatic Colors of #A244AB
Black with #A244AB
Text Example
Text Example
White with #A244AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A244AB; }
p { color: rgb(162,68,171); }
H1.HeaderClassName
{
color: #A244AB;
}
.AnyTagClassName
{
color: #A244AB;
}
</style>
background-color css
<style>
a { background-color: #A244AB; }
a { background-color: rgb(162,68,171); }
div.DivClassName
{
background-color: #A244AB;
}
.BgClassName
{
background-color: #A244AB;
}
</style>
border-color css
<style>
span { border-color: #A244AB; }
span { border-color: rgb(162,68,171); }
td.TdClassName
{
border-color: #A244AB;
}
.TagClassName
{
border-color: #A244AB;
}
</style>