Shades of Violet Blue #A369A7
Tints of Violet Blue #A369A7
RGB
CMYK
RGB Variations
Color information
#A369A7 (or 0xA369A7) is known color: Violet Blue. HEX triplet: A3, 69 and A7. RGB value is (163,105,167). Sum of RGB (Red+Green+Blue) = 163+105+167=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 167 - color contains mainly: blue. Hex color #A369A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A369A7 is #5C9658. Grayscale: #818181. Windows color (decimal): -6067801 or 10971555. OLE color: 10971555.
HSL color Cylindrical-coordinate representation of color #A369A7: hue angle of 296.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A369A7 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 105 | 167 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.35 |
| HSL | 296.13º | 0.26% | 0.53% | - |
| HSV(B) | 296.13º | 0.37% | 0.65% | - |
| XYZ | 27.13 | 20.68 | 39.12 | - |
| YUV | 129.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 167 | 0.02 | 0.37 | 0 | 0.35 | 296.13 | 0.26 | 0.53 |
| Hex | A3 | 69 | A7 | 2 | 25 | 0 | 23 | 128 | 1A | 35 |
| Octal | 243 | 151 | 247 | 2 | 45 | 0 | 43 | 450 | 32 | 65 |
| Binary | 10100011 | 1101001 | 10100111 | 10 | 100101 | 0 | 100011 | 100101000 | 11010 | 110101 |
Color Harmonies of #A369A7
Complementary color
Monochromatic Colors of #A369A7
Black with #A369A7
Text Example
Text Example
White with #A369A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369A7; }
p { color: rgb(163,105,167); }
H1.HeaderClassName
{
color: #A369A7;
}
.AnyTagClassName
{
color: #A369A7;
}
</style>
background-color css
<style>
a { background-color: #A369A7; }
a { background-color: rgb(163,105,167); }
div.DivClassName
{
background-color: #A369A7;
}
.BgClassName
{
background-color: #A369A7;
}
</style>
border-color css
<style>
span { border-color: #A369A7; }
span { border-color: rgb(163,105,167); }
td.TdClassName
{
border-color: #A369A7;
}
.TagClassName
{
border-color: #A369A7;
}
</style>