Shades of Violet Blue #A567A7
Tints of Violet Blue #A567A7
RGB
CMYK
RGB Variations
Color information
#A567A7 (or 0xA567A7) is known color: Violet Blue. HEX triplet: A5, 67 and A7. RGB value is (165,103,167). Sum of RGB (Red+Green+Blue) = 165+103+167=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 167 - color contains mainly: blue. Hex color #A567A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A567A7 is #5A9858. Grayscale: #808080. Windows color (decimal): -5937241 or 10971045. OLE color: 10971045.
HSL color Cylindrical-coordinate representation of color #A567A7: hue angle of 298.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A567A7 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 103 | 167 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.35 |
| HSL | 298.13º | 0.27% | 0.53% | - |
| HSV(B) | 298.13º | 0.38% | 0.65% | - |
| XYZ | 27.34 | 20.49 | 39.07 | - |
| YUV | 128.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 167 | 0.01 | 0.38 | 0 | 0.35 | 298.13 | 0.27 | 0.53 |
| Hex | A5 | 67 | A7 | 1 | 26 | 0 | 23 | 12A | 1B | 35 |
| Octal | 245 | 147 | 247 | 1 | 46 | 0 | 43 | 452 | 33 | 65 |
| Binary | 10100101 | 1100111 | 10100111 | 1 | 100110 | 0 | 100011 | 100101010 | 11011 | 110101 |
Color Harmonies of #A567A7
Complementary color
Monochromatic Colors of #A567A7
Black with #A567A7
Text Example
Text Example
White with #A567A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A567A7; }
p { color: rgb(165,103,167); }
H1.HeaderClassName
{
color: #A567A7;
}
.AnyTagClassName
{
color: #A567A7;
}
</style>
background-color css
<style>
a { background-color: #A567A7; }
a { background-color: rgb(165,103,167); }
div.DivClassName
{
background-color: #A567A7;
}
.BgClassName
{
background-color: #A567A7;
}
</style>
border-color css
<style>
span { border-color: #A567A7; }
span { border-color: rgb(165,103,167); }
td.TdClassName
{
border-color: #A567A7;
}
.TagClassName
{
border-color: #A567A7;
}
</style>