Shades of Violet Blue #A148AA
Tints of Violet Blue #A148AA
RGB
CMYK
RGB Variations
Color information
#A148AA (or 0xA148AA) is known color: Violet Blue. HEX triplet: A1, 48 and AA. RGB value is (161,72,170). Sum of RGB (Red+Green+Blue) = 161+72+170=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #A148AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A148AA is #5EB755. Grayscale: #6D6D6D. Windows color (decimal): -6207318 or 11159713. OLE color: 11159713.
HSL color Cylindrical-coordinate representation of color #A148AA: hue angle of 294.49º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A148AA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 72 | 170 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.33 |
| HSL | 294.49º | 0.4% | 0.47% | - |
| HSV(B) | 294.49º | 0.58% | 0.67% | - |
| XYZ | 24.27 | 15.11 | 39.67 | - |
| YUV | 109.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 170 | 0.05 | 0.58 | 0 | 0.33 | 294.49 | 0.4 | 0.47 |
| Hex | A1 | 48 | AA | 5 | 3A | 0 | 21 | 126 | 28 | 2F |
| Octal | 241 | 110 | 252 | 5 | 72 | 0 | 41 | 446 | 50 | 57 |
| Binary | 10100001 | 1001000 | 10101010 | 101 | 111010 | 0 | 100001 | 100100110 | 101000 | 101111 |
Color Harmonies of #A148AA
Complementary color
Monochromatic Colors of #A148AA
Black with #A148AA
Text Example
Text Example
White with #A148AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148AA; }
p { color: rgb(161,72,170); }
H1.HeaderClassName
{
color: #A148AA;
}
.AnyTagClassName
{
color: #A148AA;
}
</style>
background-color css
<style>
a { background-color: #A148AA; }
a { background-color: rgb(161,72,170); }
div.DivClassName
{
background-color: #A148AA;
}
.BgClassName
{
background-color: #A148AA;
}
</style>
border-color css
<style>
span { border-color: #A148AA; }
span { border-color: rgb(161,72,170); }
td.TdClassName
{
border-color: #A148AA;
}
.TagClassName
{
border-color: #A148AA;
}
</style>