Shades of Violet Blue #A365A7
Tints of Violet Blue #A365A7
RGB
CMYK
RGB Variations
Color information
#A365A7 (or 0xA365A7) is known color: Violet Blue. HEX triplet: A3, 65 and A7. RGB value is (163,101,167). Sum of RGB (Red+Green+Blue) = 163+101+167=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 167 - color contains mainly: blue. Hex color #A365A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365A7 is #5C9A58. Grayscale: #7E7E7E. Windows color (decimal): -6068825 or 10970531. OLE color: 10970531.
HSL color Cylindrical-coordinate representation of color #A365A7: hue angle of 296.36º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A365A7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 101 | 167 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.35 |
| HSL | 296.36º | 0.27% | 0.53% | - |
| HSV(B) | 296.36º | 0.4% | 0.65% | - |
| XYZ | 26.73 | 19.88 | 38.99 | - |
| YUV | 127.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 167 | 0.02 | 0.40 | 0 | 0.35 | 296.36 | 0.27 | 0.53 |
| Hex | A3 | 65 | A7 | 2 | 28 | 0 | 23 | 128 | 1B | 35 |
| Octal | 243 | 145 | 247 | 2 | 50 | 0 | 43 | 450 | 33 | 65 |
| Binary | 10100011 | 1100101 | 10100111 | 10 | 101000 | 0 | 100011 | 100101000 | 11011 | 110101 |
Color Harmonies of #A365A7
Complementary color
Monochromatic Colors of #A365A7
Black with #A365A7
Text Example
Text Example
White with #A365A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365A7; }
p { color: rgb(163,101,167); }
H1.HeaderClassName
{
color: #A365A7;
}
.AnyTagClassName
{
color: #A365A7;
}
</style>
background-color css
<style>
a { background-color: #A365A7; }
a { background-color: rgb(163,101,167); }
div.DivClassName
{
background-color: #A365A7;
}
.BgClassName
{
background-color: #A365A7;
}
</style>
border-color css
<style>
span { border-color: #A365A7; }
span { border-color: rgb(163,101,167); }
td.TdClassName
{
border-color: #A365A7;
}
.TagClassName
{
border-color: #A365A7;
}
</style>