Shades of Violet Blue #A567B1
Tints of Violet Blue #A567B1
RGB
CMYK
RGB Variations
Color information
#A567B1 (or 0xA567B1) is known color: Violet Blue. HEX triplet: A5, 67 and B1. RGB value is (165,103,177). Sum of RGB (Red+Green+Blue) = 165+103+177=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #A567B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A567B1 is #5A984E. Grayscale: #818181. Windows color (decimal): -5937231 or 11626405. OLE color: 11626405.
HSL color Cylindrical-coordinate representation of color #A567B1: hue angle of 290.27º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A567B1 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 103 | 177 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.31 |
| HSL | 290.27º | 0.32% | 0.55% | - |
| HSV(B) | 290.27º | 0.42% | 0.69% | - |
| XYZ | 28.3 | 20.87 | 44.13 | - |
| YUV | 129.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 103 | 177 | 0.07 | 0.42 | 0 | 0.31 | 290.27 | 0.32 | 0.55 |
| Hex | A5 | 67 | B1 | 7 | 2A | 0 | 1F | 122 | 20 | 37 |
| Octal | 245 | 147 | 261 | 7 | 52 | 0 | 37 | 442 | 40 | 67 |
| Binary | 10100101 | 1100111 | 10110001 | 111 | 101010 | 0 | 11111 | 100100010 | 100000 | 110111 |
Color Harmonies of #A567B1
Complementary color
Monochromatic Colors of #A567B1
Black with #A567B1
Text Example
Text Example
White with #A567B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A567B1; }
p { color: rgb(165,103,177); }
H1.HeaderClassName
{
color: #A567B1;
}
.AnyTagClassName
{
color: #A567B1;
}
</style>
background-color css
<style>
a { background-color: #A567B1; }
a { background-color: rgb(165,103,177); }
div.DivClassName
{
background-color: #A567B1;
}
.BgClassName
{
background-color: #A567B1;
}
</style>
border-color css
<style>
span { border-color: #A567B1; }
span { border-color: rgb(165,103,177); }
td.TdClassName
{
border-color: #A567B1;
}
.TagClassName
{
border-color: #A567B1;
}
</style>