Shades of Violet Blue #BA62A2
Tints of Violet Blue #BA62A2
RGB
CMYK
RGB Variations
Color information
#BA62A2 (or 0xBA62A2) is known color: Violet Blue. HEX triplet: BA, 62 and A2. RGB value is (186,98,162). Sum of RGB (Red+Green+Blue) = 186+98+162=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA62A2 is #459D5D. Grayscale: #838383. Windows color (decimal): -4562270 or 10642106. OLE color: 10642106.
HSL color Cylindrical-coordinate representation of color #BA62A2: hue angle of 316.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA62A2 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 162 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.27 |
| HSL | 316.36º | 0.39% | 0.56% | - |
| HSV(B) | 316.36º | 0.47% | 0.73% | - |
| XYZ | 31.14 | 21.78 | 36.75 | - |
| YUV | 131.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 162 | 0 | 0.47 | 0.13 | 0.27 | 316.36 | 0.39 | 0.56 |
| Hex | BA | 62 | A2 | 0 | 2F | D | 1B | 13C | 27 | 38 |
| Octal | 272 | 142 | 242 | 0 | 57 | 15 | 33 | 474 | 47 | 70 |
| Binary | 10111010 | 1100010 | 10100010 | 0 | 101111 | 1101 | 11011 | 100111100 | 100111 | 111000 |
Color Harmonies of #BA62A2
Complementary color
Monochromatic Colors of #BA62A2
Black with #BA62A2
Text Example
Text Example
White with #BA62A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62A2; }
p { color: rgb(186,98,162); }
H1.HeaderClassName
{
color: #BA62A2;
}
.AnyTagClassName
{
color: #BA62A2;
}
</style>
background-color css
<style>
a { background-color: #BA62A2; }
a { background-color: rgb(186,98,162); }
div.DivClassName
{
background-color: #BA62A2;
}
.BgClassName
{
background-color: #BA62A2;
}
</style>
border-color css
<style>
span { border-color: #BA62A2; }
span { border-color: rgb(186,98,162); }
td.TdClassName
{
border-color: #BA62A2;
}
.TagClassName
{
border-color: #BA62A2;
}
</style>