Shades of Violet Blue #A936AA
Tints of Violet Blue #A936AA
RGB
CMYK
RGB Variations
Color information
#A936AA (or 0xA936AA) is known color: Violet Blue. HEX triplet: A9, 36 and AA. RGB value is (169,54,170). Sum of RGB (Red+Green+Blue) = 169+54+170=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 54 (21.48% from 255 or 13.74% 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 #A936AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A936AA is #56C955. Grayscale: #656565. Windows color (decimal): -5687638 or 11155113. OLE color: 11155113.
HSL color Cylindrical-coordinate representation of color #A936AA: hue angle of 299.48º degrees, saturation: 0.52, 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 #A936AA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 54 | 170 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.33 |
| HSL | 299.48º | 0.52% | 0.44% | - |
| HSV(B) | 299.48º | 0.68% | 0.67% | - |
| XYZ | 24.94 | 13.98 | 39.41 | - |
| YUV | 101.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 54 | 170 | 0.01 | 0.68 | 0 | 0.33 | 299.48 | 0.52 | 0.44 |
| Hex | A9 | 36 | AA | 1 | 44 | 0 | 21 | 12B | 34 | 2C |
| Octal | 251 | 66 | 252 | 1 | 104 | 0 | 41 | 453 | 64 | 54 |
| Binary | 10101001 | 110110 | 10101010 | 1 | 1000100 | 0 | 100001 | 100101011 | 110100 | 101100 |
Color Harmonies of #A936AA
Complementary color
Monochromatic Colors of #A936AA
Black with #A936AA
Text Example
Text Example
White with #A936AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A936AA; }
p { color: rgb(169,54,170); }
H1.HeaderClassName
{
color: #A936AA;
}
.AnyTagClassName
{
color: #A936AA;
}
</style>
background-color css
<style>
a { background-color: #A936AA; }
a { background-color: rgb(169,54,170); }
div.DivClassName
{
background-color: #A936AA;
}
.BgClassName
{
background-color: #A936AA;
}
</style>
border-color css
<style>
span { border-color: #A936AA; }
span { border-color: rgb(169,54,170); }
td.TdClassName
{
border-color: #A936AA;
}
.TagClassName
{
border-color: #A936AA;
}
</style>