Shades of Violet Blue #A837AA
Tints of Violet Blue #A837AA
RGB
CMYK
RGB Variations
Color information
#A837AA (or 0xA837AA) is known color: Violet Blue. HEX triplet: A8, 37 and AA. RGB value is (168,55,170). Sum of RGB (Red+Green+Blue) = 168+55+170=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #A837AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AA is #57C855. Grayscale: #656565. Windows color (decimal): -5752918 or 11155368. OLE color: 11155368.
HSL color Cylindrical-coordinate representation of color #A837AA: hue angle of 298.96º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A837AA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 55 | 170 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.33 |
| HSL | 298.96º | 0.51% | 0.44% | - |
| HSV(B) | 298.96º | 0.68% | 0.67% | - |
| XYZ | 24.77 | 13.96 | 39.42 | - |
| YUV | 101.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 170 | 0.01 | 0.68 | 0 | 0.33 | 298.96 | 0.51 | 0.44 |
| Hex | A8 | 37 | AA | 1 | 44 | 0 | 21 | 12B | 33 | 2C |
| Octal | 250 | 67 | 252 | 1 | 104 | 0 | 41 | 453 | 63 | 54 |
| Binary | 10101000 | 110111 | 10101010 | 1 | 1000100 | 0 | 100001 | 100101011 | 110011 | 101100 |
Color Harmonies of #A837AA
Complementary color
Monochromatic Colors of #A837AA
Black with #A837AA
Text Example
Text Example
White with #A837AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837AA; }
p { color: rgb(168,55,170); }
H1.HeaderClassName
{
color: #A837AA;
}
.AnyTagClassName
{
color: #A837AA;
}
</style>
background-color css
<style>
a { background-color: #A837AA; }
a { background-color: rgb(168,55,170); }
div.DivClassName
{
background-color: #A837AA;
}
.BgClassName
{
background-color: #A837AA;
}
</style>
border-color css
<style>
span { border-color: #A837AA; }
span { border-color: rgb(168,55,170); }
td.TdClassName
{
border-color: #A837AA;
}
.TagClassName
{
border-color: #A837AA;
}
</style>