Shades of Violet Blue #A365AF
Tints of Violet Blue #A365AF
RGB
CMYK
RGB Variations
Color information
#A365AF (or 0xA365AF) is known color: Violet Blue. HEX triplet: A3, 65 and AF. RGB value is (163,101,175). Sum of RGB (Red+Green+Blue) = 163+101+175=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #A365AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365AF is #5C9A50. Grayscale: #7F7F7F. Windows color (decimal): -6068817 or 11494819. OLE color: 11494819.
HSL color Cylindrical-coordinate representation of color #A365AF: hue angle of 290.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A365AF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 101 | 175 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.31 |
| HSL | 290.27º | 0.32% | 0.54% | - |
| HSV(B) | 290.27º | 0.42% | 0.69% | - |
| XYZ | 27.5 | 20.19 | 43.01 | - |
| YUV | 127.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 175 | 0.07 | 0.42 | 0 | 0.31 | 290.27 | 0.32 | 0.54 |
| Hex | A3 | 65 | AF | 7 | 2A | 0 | 1F | 122 | 20 | 36 |
| Octal | 243 | 145 | 257 | 7 | 52 | 0 | 37 | 442 | 40 | 66 |
| Binary | 10100011 | 1100101 | 10101111 | 111 | 101010 | 0 | 11111 | 100100010 | 100000 | 110110 |
Color Harmonies of #A365AF
Complementary color
Monochromatic Colors of #A365AF
Black with #A365AF
Text Example
Text Example
White with #A365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365AF; }
p { color: rgb(163,101,175); }
H1.HeaderClassName
{
color: #A365AF;
}
.AnyTagClassName
{
color: #A365AF;
}
</style>
background-color css
<style>
a { background-color: #A365AF; }
a { background-color: rgb(163,101,175); }
div.DivClassName
{
background-color: #A365AF;
}
.BgClassName
{
background-color: #A365AF;
}
</style>
border-color css
<style>
span { border-color: #A365AF; }
span { border-color: rgb(163,101,175); }
td.TdClassName
{
border-color: #A365AF;
}
.TagClassName
{
border-color: #A365AF;
}
</style>