Shades of Violet Blue #A365B0
Tints of Violet Blue #A365B0
RGB
CMYK
RGB Variations
Color information
#A365B0 (or 0xA365B0) is known color: Violet Blue. HEX triplet: A3, 65 and B0. RGB value is (163,101,176). Sum of RGB (Red+Green+Blue) = 163+101+176=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #A365B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365B0 is #5C9A4F. Grayscale: #7F7F7F. Windows color (decimal): -6068816 or 11560355. OLE color: 11560355.
HSL color Cylindrical-coordinate representation of color #A365B0: hue angle of 289.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A365B0 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 101 | 176 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.31 |
| HSL | 289.6º | 0.32% | 0.54% | - |
| HSV(B) | 289.6º | 0.43% | 0.69% | - |
| XYZ | 27.59 | 20.23 | 43.52 | - |
| YUV | 128.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 176 | 0.07 | 0.43 | 0 | 0.31 | 289.6 | 0.32 | 0.54 |
| Hex | A3 | 65 | B0 | 7 | 2B | 0 | 1F | 122 | 20 | 36 |
| Octal | 243 | 145 | 260 | 7 | 53 | 0 | 37 | 442 | 40 | 66 |
| Binary | 10100011 | 1100101 | 10110000 | 111 | 101011 | 0 | 11111 | 100100010 | 100000 | 110110 |
Color Harmonies of #A365B0
Complementary color
Monochromatic Colors of #A365B0
Black with #A365B0
Text Example
Text Example
White with #A365B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365B0; }
p { color: rgb(163,101,176); }
H1.HeaderClassName
{
color: #A365B0;
}
.AnyTagClassName
{
color: #A365B0;
}
</style>
background-color css
<style>
a { background-color: #A365B0; }
a { background-color: rgb(163,101,176); }
div.DivClassName
{
background-color: #A365B0;
}
.BgClassName
{
background-color: #A365B0;
}
</style>
border-color css
<style>
span { border-color: #A365B0; }
span { border-color: rgb(163,101,176); }
td.TdClassName
{
border-color: #A365B0;
}
.TagClassName
{
border-color: #A365B0;
}
</style>