Shades of Violet Blue #A461AF
Tints of Violet Blue #A461AF
RGB
CMYK
RGB Variations
Color information
#A461AF (or 0xA461AF) is known color: Violet Blue. HEX triplet: A4, 61 and AF. RGB value is (164,97,175). Sum of RGB (Red+Green+Blue) = 164+97+175=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A461AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A461AF is #5B9E50. Grayscale: #7D7D7D. Windows color (decimal): -6004305 or 11493796. OLE color: 11493796.
HSL color Cylindrical-coordinate representation of color #A461AF: hue angle of 291.54º 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 #A461AF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 97 | 175 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.31 |
| HSL | 291.54º | 0.33% | 0.53% | - |
| HSV(B) | 291.54º | 0.45% | 0.69% | - |
| XYZ | 27.32 | 19.54 | 42.89 | - |
| YUV | 125.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 175 | 0.06 | 0.45 | 0 | 0.31 | 291.54 | 0.33 | 0.53 |
| Hex | A4 | 61 | AF | 6 | 2D | 0 | 1F | 124 | 21 | 35 |
| Octal | 244 | 141 | 257 | 6 | 55 | 0 | 37 | 444 | 41 | 65 |
| Binary | 10100100 | 1100001 | 10101111 | 110 | 101101 | 0 | 11111 | 100100100 | 100001 | 110101 |
Color Harmonies of #A461AF
Complementary color
Monochromatic Colors of #A461AF
Black with #A461AF
Text Example
Text Example
White with #A461AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461AF; }
p { color: rgb(164,97,175); }
H1.HeaderClassName
{
color: #A461AF;
}
.AnyTagClassName
{
color: #A461AF;
}
</style>
background-color css
<style>
a { background-color: #A461AF; }
a { background-color: rgb(164,97,175); }
div.DivClassName
{
background-color: #A461AF;
}
.BgClassName
{
background-color: #A461AF;
}
</style>
border-color css
<style>
span { border-color: #A461AF; }
span { border-color: rgb(164,97,175); }
td.TdClassName
{
border-color: #A461AF;
}
.TagClassName
{
border-color: #A461AF;
}
</style>