Shades of Violet Blue #A360AF
Tints of Violet Blue #A360AF
RGB
CMYK
RGB Variations
Color information
#A360AF (or 0xA360AF) is known color: Violet Blue. HEX triplet: A3, 60 and AF. RGB value is (163,96,175). Sum of RGB (Red+Green+Blue) = 163+96+175=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A360AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360AF is #5C9F50. Grayscale: #7C7C7C. Windows color (decimal): -6070097 or 11493539. OLE color: 11493539.
HSL color Cylindrical-coordinate representation of color #A360AF: hue angle of 290.89º 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 #A360AF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 96 | 175 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.31 |
| HSL | 290.89º | 0.33% | 0.53% | - |
| HSV(B) | 290.89º | 0.45% | 0.69% | - |
| XYZ | 27.02 | 19.25 | 42.85 | - |
| YUV | 125.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 175 | 0.07 | 0.45 | 0 | 0.31 | 290.89 | 0.33 | 0.53 |
| Hex | A3 | 60 | AF | 7 | 2D | 0 | 1F | 123 | 21 | 35 |
| Octal | 243 | 140 | 257 | 7 | 55 | 0 | 37 | 443 | 41 | 65 |
| Binary | 10100011 | 1100000 | 10101111 | 111 | 101101 | 0 | 11111 | 100100011 | 100001 | 110101 |
Color Harmonies of #A360AF
Complementary color
Monochromatic Colors of #A360AF
Black with #A360AF
Text Example
Text Example
White with #A360AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360AF; }
p { color: rgb(163,96,175); }
H1.HeaderClassName
{
color: #A360AF;
}
.AnyTagClassName
{
color: #A360AF;
}
</style>
background-color css
<style>
a { background-color: #A360AF; }
a { background-color: rgb(163,96,175); }
div.DivClassName
{
background-color: #A360AF;
}
.BgClassName
{
background-color: #A360AF;
}
</style>
border-color css
<style>
span { border-color: #A360AF; }
span { border-color: rgb(163,96,175); }
td.TdClassName
{
border-color: #A360AF;
}
.TagClassName
{
border-color: #A360AF;
}
</style>