Shades of Violet Blue #A36BA4
Tints of Violet Blue #A36BA4
RGB
CMYK
RGB Variations
Color information
#A36BA4 (or 0xA36BA4) is known color: Violet Blue. HEX triplet: A3, 6B and A4. RGB value is (163,107,164). Sum of RGB (Red+Green+Blue) = 163+107+164=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #A36BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36BA4 is #5C945B. Grayscale: #828282. Windows color (decimal): -6067292 or 10775459. OLE color: 10775459.
HSL color Cylindrical-coordinate representation of color #A36BA4: hue angle of 298.95º 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 #A36BA4 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 164 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.36 |
| HSL | 298.95º | 0.24% | 0.53% | - |
| HSV(B) | 298.95º | 0.35% | 0.64% | - |
| XYZ | 27.06 | 20.98 | 37.75 | - |
| YUV | 130.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 164 | 0.01 | 0.35 | 0 | 0.36 | 298.95 | 0.24 | 0.53 |
| Hex | A3 | 6B | A4 | 1 | 23 | 0 | 24 | 12B | 18 | 35 |
| Octal | 243 | 153 | 244 | 1 | 43 | 0 | 44 | 453 | 30 | 65 |
| Binary | 10100011 | 1101011 | 10100100 | 1 | 100011 | 0 | 100100 | 100101011 | 11000 | 110101 |
Color Harmonies of #A36BA4
Complementary color
Monochromatic Colors of #A36BA4
Black with #A36BA4
Text Example
Text Example
White with #A36BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BA4; }
p { color: rgb(163,107,164); }
H1.HeaderClassName
{
color: #A36BA4;
}
.AnyTagClassName
{
color: #A36BA4;
}
</style>
background-color css
<style>
a { background-color: #A36BA4; }
a { background-color: rgb(163,107,164); }
div.DivClassName
{
background-color: #A36BA4;
}
.BgClassName
{
background-color: #A36BA4;
}
</style>
border-color css
<style>
span { border-color: #A36BA4; }
span { border-color: rgb(163,107,164); }
td.TdClassName
{
border-color: #A36BA4;
}
.TagClassName
{
border-color: #A36BA4;
}
</style>