Shades of Violet Blue #A536A7
Tints of Violet Blue #A536A7
RGB
CMYK
RGB Variations
Color information
#A536A7 (or 0xA536A7) is known color: Violet Blue. HEX triplet: A5, 36 and A7. RGB value is (165,54,167). Sum of RGB (Red+Green+Blue) = 165+54+167=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 167 - color contains mainly: blue. Hex color #A536A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A536A7 is #5AC958. Grayscale: #636363. Windows color (decimal): -5949785 or 10958501. OLE color: 10958501.
HSL color Cylindrical-coordinate representation of color #A536A7: hue angle of 298.94º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A536A7 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 54 | 167 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.35 |
| HSL | 298.94º | 0.51% | 0.43% | - |
| HSV(B) | 298.94º | 0.68% | 0.65% | - |
| XYZ | 23.81 | 13.43 | 37.9 | - |
| YUV | 100.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 167 | 0.01 | 0.68 | 0 | 0.35 | 298.94 | 0.51 | 0.43 |
| Hex | A5 | 36 | A7 | 1 | 44 | 0 | 23 | 12B | 33 | 2B |
| Octal | 245 | 66 | 247 | 1 | 104 | 0 | 43 | 453 | 63 | 53 |
| Binary | 10100101 | 110110 | 10100111 | 1 | 1000100 | 0 | 100011 | 100101011 | 110011 | 101011 |
Color Harmonies of #A536A7
Complementary color
Monochromatic Colors of #A536A7
Black with #A536A7
Text Example
Text Example
White with #A536A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A536A7; }
p { color: rgb(165,54,167); }
H1.HeaderClassName
{
color: #A536A7;
}
.AnyTagClassName
{
color: #A536A7;
}
</style>
background-color css
<style>
a { background-color: #A536A7; }
a { background-color: rgb(165,54,167); }
div.DivClassName
{
background-color: #A536A7;
}
.BgClassName
{
background-color: #A536A7;
}
</style>
border-color css
<style>
span { border-color: #A536A7; }
span { border-color: rgb(165,54,167); }
td.TdClassName
{
border-color: #A536A7;
}
.TagClassName
{
border-color: #A536A7;
}
</style>