Shades of Violet Blue #A358AF
Tints of Violet Blue #A358AF
RGB
CMYK
RGB Variations
Color information
#A358AF (or 0xA358AF) is known color: Violet Blue. HEX triplet: A3, 58 and AF. RGB value is (163,88,175). Sum of RGB (Red+Green+Blue) = 163+88+175=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #A358AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A358AF is #5CA750. Grayscale: #787878. Windows color (decimal): -6072145 or 11491491. OLE color: 11491491.
HSL color Cylindrical-coordinate representation of color #A358AF: hue angle of 291.72º 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 #A358AF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 88 | 175 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.31 |
| HSL | 291.72º | 0.35% | 0.52% | - |
| HSV(B) | 291.72º | 0.5% | 0.69% | - |
| XYZ | 26.33 | 17.86 | 42.62 | - |
| YUV | 120.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 175 | 0.07 | 0.50 | 0 | 0.31 | 291.72 | 0.35 | 0.52 |
| Hex | A3 | 58 | AF | 7 | 32 | 0 | 1F | 124 | 23 | 34 |
| Octal | 243 | 130 | 257 | 7 | 62 | 0 | 37 | 444 | 43 | 64 |
| Binary | 10100011 | 1011000 | 10101111 | 111 | 110010 | 0 | 11111 | 100100100 | 100011 | 110100 |
Color Harmonies of #A358AF
Complementary color
Monochromatic Colors of #A358AF
Black with #A358AF
Text Example
Text Example
White with #A358AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358AF; }
p { color: rgb(163,88,175); }
H1.HeaderClassName
{
color: #A358AF;
}
.AnyTagClassName
{
color: #A358AF;
}
</style>
background-color css
<style>
a { background-color: #A358AF; }
a { background-color: rgb(163,88,175); }
div.DivClassName
{
background-color: #A358AF;
}
.BgClassName
{
background-color: #A358AF;
}
</style>
border-color css
<style>
span { border-color: #A358AF; }
span { border-color: rgb(163,88,175); }
td.TdClassName
{
border-color: #A358AF;
}
.TagClassName
{
border-color: #A358AF;
}
</style>