Shades of Violet Blue #A369A0
Tints of Violet Blue #A369A0
RGB
CMYK
RGB Variations
Color information
#A369A0 (or 0xA369A0) is known color: Violet Blue. HEX triplet: A3, 69 and A0. RGB value is (163,105,160). Sum of RGB (Red+Green+Blue) = 163+105+160=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A369A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A369A0 is #5C965F. Grayscale: #808080. Windows color (decimal): -6067808 or 10512803. OLE color: 10512803.
HSL color Cylindrical-coordinate representation of color #A369A0: hue angle of 303.1º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A369A0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 105 | 160 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.36 |
| HSL | 303.1º | 0.24% | 0.53% | - |
| HSV(B) | 303.1º | 0.36% | 0.64% | - |
| XYZ | 26.5 | 20.43 | 35.8 | - |
| YUV | 128.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 160 | 0 | 0.36 | 0.02 | 0.36 | 303.1 | 0.24 | 0.53 |
| Hex | A3 | 69 | A0 | 0 | 24 | 2 | 24 | 12F | 18 | 35 |
| Octal | 243 | 151 | 240 | 0 | 44 | 2 | 44 | 457 | 30 | 65 |
| Binary | 10100011 | 1101001 | 10100000 | 0 | 100100 | 10 | 100100 | 100101111 | 11000 | 110101 |
Color Harmonies of #A369A0
Complementary color
Monochromatic Colors of #A369A0
Black with #A369A0
Text Example
Text Example
White with #A369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369A0; }
p { color: rgb(163,105,160); }
H1.HeaderClassName
{
color: #A369A0;
}
.AnyTagClassName
{
color: #A369A0;
}
</style>
background-color css
<style>
a { background-color: #A369A0; }
a { background-color: rgb(163,105,160); }
div.DivClassName
{
background-color: #A369A0;
}
.BgClassName
{
background-color: #A369A0;
}
</style>
border-color css
<style>
span { border-color: #A369A0; }
span { border-color: rgb(163,105,160); }
td.TdClassName
{
border-color: #A369A0;
}
.TagClassName
{
border-color: #A369A0;
}
</style>