Shades of Violet Blue #A065A7
Tints of Violet Blue #A065A7
RGB
CMYK
RGB Variations
Color information
#A065A7 (or 0xA065A7) is known color: Violet Blue. HEX triplet: A0, 65 and A7. RGB value is (160,101,167). Sum of RGB (Red+Green+Blue) = 160+101+167=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #A065A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065A7 is #5F9A58. Grayscale: #7D7D7D. Windows color (decimal): -6265433 or 10970528. OLE color: 10970528.
HSL color Cylindrical-coordinate representation of color #A065A7: hue angle of 293.64º 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 #A065A7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 101 | 167 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.35 |
| HSL | 293.64º | 0.27% | 0.53% | - |
| HSV(B) | 293.64º | 0.4% | 0.65% | - |
| XYZ | 26.13 | 19.57 | 38.96 | - |
| YUV | 126.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 167 | 0.04 | 0.40 | 0 | 0.35 | 293.64 | 0.27 | 0.53 |
| Hex | A0 | 65 | A7 | 4 | 28 | 0 | 23 | 126 | 1B | 35 |
| Octal | 240 | 145 | 247 | 4 | 50 | 0 | 43 | 446 | 33 | 65 |
| Binary | 10100000 | 1100101 | 10100111 | 100 | 101000 | 0 | 100011 | 100100110 | 11011 | 110101 |
Color Harmonies of #A065A7
Complementary color
Monochromatic Colors of #A065A7
Black with #A065A7
Text Example
Text Example
White with #A065A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065A7; }
p { color: rgb(160,101,167); }
H1.HeaderClassName
{
color: #A065A7;
}
.AnyTagClassName
{
color: #A065A7;
}
</style>
background-color css
<style>
a { background-color: #A065A7; }
a { background-color: rgb(160,101,167); }
div.DivClassName
{
background-color: #A065A7;
}
.BgClassName
{
background-color: #A065A7;
}
</style>
border-color css
<style>
span { border-color: #A065A7; }
span { border-color: rgb(160,101,167); }
td.TdClassName
{
border-color: #A065A7;
}
.TagClassName
{
border-color: #A065A7;
}
</style>