Shades of Violet Blue #A458AF
Tints of Violet Blue #A458AF
RGB
CMYK
RGB Variations
Color information
#A458AF (or 0xA458AF) is known color: Violet Blue. HEX triplet: A4, 58 and AF. RGB value is (164,88,175). Sum of RGB (Red+Green+Blue) = 164+88+175=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A458AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A458AF is #5BA750. Grayscale: #787878. Windows color (decimal): -6006609 or 11491492. OLE color: 11491492.
HSL color Cylindrical-coordinate representation of color #A458AF: hue angle of 292.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A458AF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 88 | 175 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.31 |
| HSL | 292.41º | 0.35% | 0.52% | - |
| HSV(B) | 292.41º | 0.5% | 0.69% | - |
| XYZ | 26.54 | 17.97 | 42.63 | - |
| YUV | 120.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 175 | 0.06 | 0.50 | 0 | 0.31 | 292.41 | 0.35 | 0.52 |
| Hex | A4 | 58 | AF | 6 | 32 | 0 | 1F | 124 | 23 | 34 |
| Octal | 244 | 130 | 257 | 6 | 62 | 0 | 37 | 444 | 43 | 64 |
| Binary | 10100100 | 1011000 | 10101111 | 110 | 110010 | 0 | 11111 | 100100100 | 100011 | 110100 |
Color Harmonies of #A458AF
Complementary color
Monochromatic Colors of #A458AF
Black with #A458AF
Text Example
Text Example
White with #A458AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A458AF; }
p { color: rgb(164,88,175); }
H1.HeaderClassName
{
color: #A458AF;
}
.AnyTagClassName
{
color: #A458AF;
}
</style>
background-color css
<style>
a { background-color: #A458AF; }
a { background-color: rgb(164,88,175); }
div.DivClassName
{
background-color: #A458AF;
}
.BgClassName
{
background-color: #A458AF;
}
</style>
border-color css
<style>
span { border-color: #A458AF; }
span { border-color: rgb(164,88,175); }
td.TdClassName
{
border-color: #A458AF;
}
.TagClassName
{
border-color: #A458AF;
}
</style>