Shades of Violet Blue #A36A9D
Tints of Violet Blue #A36A9D
RGB
CMYK
RGB Variations
Color information
#A36A9D (or 0xA36A9D) is known color: Violet Blue. HEX triplet: A3, 6A and 9D. RGB value is (163,106,157). Sum of RGB (Red+Green+Blue) = 163+106+157=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A9D is #5C9562. Grayscale: #808080. Windows color (decimal): -6067555 or 10316451. OLE color: 10316451.
HSL color Cylindrical-coordinate representation of color #A36A9D: hue angle of 306.32º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A9D is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 157 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.36 |
| HSL | 306.32º | 0.24% | 0.53% | - |
| HSV(B) | 306.32º | 0.35% | 0.64% | - |
| XYZ | 26.34 | 20.53 | 34.47 | - |
| YUV | 128.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 157 | 0 | 0.35 | 0.04 | 0.36 | 306.32 | 0.24 | 0.53 |
| Hex | A3 | 6A | 9D | 0 | 23 | 4 | 24 | 132 | 18 | 35 |
| Octal | 243 | 152 | 235 | 0 | 43 | 4 | 44 | 462 | 30 | 65 |
| Binary | 10100011 | 1101010 | 10011101 | 0 | 100011 | 100 | 100100 | 100110010 | 11000 | 110101 |
Color Harmonies of #A36A9D
Complementary color
Monochromatic Colors of #A36A9D
Black with #A36A9D
Text Example
Text Example
White with #A36A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A9D; }
p { color: rgb(163,106,157); }
H1.HeaderClassName
{
color: #A36A9D;
}
.AnyTagClassName
{
color: #A36A9D;
}
</style>
background-color css
<style>
a { background-color: #A36A9D; }
a { background-color: rgb(163,106,157); }
div.DivClassName
{
background-color: #A36A9D;
}
.BgClassName
{
background-color: #A36A9D;
}
</style>
border-color css
<style>
span { border-color: #A36A9D; }
span { border-color: rgb(163,106,157); }
td.TdClassName
{
border-color: #A36A9D;
}
.TagClassName
{
border-color: #A36A9D;
}
</style>