Shades of Violet Blue #A460AF
Tints of Violet Blue #A460AF
RGB
CMYK
RGB Variations
Color information
#A460AF (or 0xA460AF) is known color: Violet Blue. HEX triplet: A4, 60 and AF. RGB value is (164,96,175). Sum of RGB (Red+Green+Blue) = 164+96+175=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #A460AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AF is #5B9F50. Grayscale: #7D7D7D. Windows color (decimal): -6004561 or 11493540. OLE color: 11493540.
HSL color Cylindrical-coordinate representation of color #A460AF: hue angle of 291.65º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A460AF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 96 | 175 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.31 |
| HSL | 291.65º | 0.33% | 0.53% | - |
| HSV(B) | 291.65º | 0.45% | 0.69% | - |
| XYZ | 27.23 | 19.35 | 42.86 | - |
| YUV | 125.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 175 | 0.06 | 0.45 | 0 | 0.31 | 291.65 | 0.33 | 0.53 |
| Hex | A4 | 60 | AF | 6 | 2D | 0 | 1F | 124 | 21 | 35 |
| Octal | 244 | 140 | 257 | 6 | 55 | 0 | 37 | 444 | 41 | 65 |
| Binary | 10100100 | 1100000 | 10101111 | 110 | 101101 | 0 | 11111 | 100100100 | 100001 | 110101 |
Color Harmonies of #A460AF
Complementary color
Monochromatic Colors of #A460AF
Black with #A460AF
Text Example
Text Example
White with #A460AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A460AF; }
p { color: rgb(164,96,175); }
H1.HeaderClassName
{
color: #A460AF;
}
.AnyTagClassName
{
color: #A460AF;
}
</style>
background-color css
<style>
a { background-color: #A460AF; }
a { background-color: rgb(164,96,175); }
div.DivClassName
{
background-color: #A460AF;
}
.BgClassName
{
background-color: #A460AF;
}
</style>
border-color css
<style>
span { border-color: #A460AF; }
span { border-color: rgb(164,96,175); }
td.TdClassName
{
border-color: #A460AF;
}
.TagClassName
{
border-color: #A460AF;
}
</style>