Shades of Violet Blue #A465A7
Tints of Violet Blue #A465A7
RGB
CMYK
RGB Variations
Color information
#A465A7 (or 0xA465A7) is known color: Violet Blue. HEX triplet: A4, 65 and A7. RGB value is (164,101,167). Sum of RGB (Red+Green+Blue) = 164+101+167=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 167 - color contains mainly: blue. Hex color #A465A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465A7 is #5B9A58. Grayscale: #7F7F7F. Windows color (decimal): -6003289 or 10970532. OLE color: 10970532.
HSL color Cylindrical-coordinate representation of color #A465A7: hue angle of 297.27º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A465A7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 101 | 167 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.35 |
| HSL | 297.27º | 0.27% | 0.53% | - |
| HSV(B) | 297.27º | 0.4% | 0.65% | - |
| XYZ | 26.94 | 19.99 | 39 | - |
| YUV | 127.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 167 | 0.02 | 0.40 | 0 | 0.35 | 297.27 | 0.27 | 0.53 |
| Hex | A4 | 65 | A7 | 2 | 28 | 0 | 23 | 129 | 1B | 35 |
| Octal | 244 | 145 | 247 | 2 | 50 | 0 | 43 | 451 | 33 | 65 |
| Binary | 10100100 | 1100101 | 10100111 | 10 | 101000 | 0 | 100011 | 100101001 | 11011 | 110101 |
Color Harmonies of #A465A7
Complementary color
Monochromatic Colors of #A465A7
Black with #A465A7
Text Example
Text Example
White with #A465A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465A7; }
p { color: rgb(164,101,167); }
H1.HeaderClassName
{
color: #A465A7;
}
.AnyTagClassName
{
color: #A465A7;
}
</style>
background-color css
<style>
a { background-color: #A465A7; }
a { background-color: rgb(164,101,167); }
div.DivClassName
{
background-color: #A465A7;
}
.BgClassName
{
background-color: #A465A7;
}
</style>
border-color css
<style>
span { border-color: #A465A7; }
span { border-color: rgb(164,101,167); }
td.TdClassName
{
border-color: #A465A7;
}
.TagClassName
{
border-color: #A465A7;
}
</style>