Shades of Violet Blue #A36F9A
Tints of Violet Blue #A36F9A
RGB
CMYK
RGB Variations
Color information
#A36F9A (or 0xA36F9A) is known color: Violet Blue. HEX triplet: A3, 6F and 9A. RGB value is (163,111,154). Sum of RGB (Red+Green+Blue) = 163+111+154=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F9A is #5C9065. Grayscale: #838383. Windows color (decimal): -6066278 or 10121123. OLE color: 10121123.
HSL color Cylindrical-coordinate representation of color #A36F9A: hue angle of 310.38º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F9A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 154 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.36 |
| HSL | 310.38º | 0.22% | 0.54% | - |
| HSV(B) | 310.38º | 0.32% | 0.64% | - |
| XYZ | 26.62 | 21.49 | 33.32 | - |
| YUV | 131.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 154 | 0 | 0.32 | 0.06 | 0.36 | 310.38 | 0.22 | 0.54 |
| Hex | A3 | 6F | 9A | 0 | 20 | 6 | 24 | 136 | 16 | 36 |
| Octal | 243 | 157 | 232 | 0 | 40 | 6 | 44 | 466 | 26 | 66 |
| Binary | 10100011 | 1101111 | 10011010 | 0 | 100000 | 110 | 100100 | 100110110 | 10110 | 110110 |
Color Harmonies of #A36F9A
Complementary color
Monochromatic Colors of #A36F9A
Black with #A36F9A
Text Example
Text Example
White with #A36F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F9A; }
p { color: rgb(163,111,154); }
H1.HeaderClassName
{
color: #A36F9A;
}
.AnyTagClassName
{
color: #A36F9A;
}
</style>
background-color css
<style>
a { background-color: #A36F9A; }
a { background-color: rgb(163,111,154); }
div.DivClassName
{
background-color: #A36F9A;
}
.BgClassName
{
background-color: #A36F9A;
}
</style>
border-color css
<style>
span { border-color: #A36F9A; }
span { border-color: rgb(163,111,154); }
td.TdClassName
{
border-color: #A36F9A;
}
.TagClassName
{
border-color: #A36F9A;
}
</style>