Shades of Violet Blue #A2479D
Tints of Violet Blue #A2479D
RGB
CMYK
RGB Variations
Color information
#A2479D (or 0xA2479D) is known color: Violet Blue. HEX triplet: A2, 47 and 9D. RGB value is (162,71,157). Sum of RGB (Red+Green+Blue) = 162+71+157=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2479D is #5DB862. Grayscale: #6B6B6B. Windows color (decimal): -6142051 or 10307490. OLE color: 10307490.
HSL color Cylindrical-coordinate representation of color #A2479D: hue angle of 303.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2479D is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 157 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.36 |
| HSL | 303.3º | 0.39% | 0.46% | - |
| HSV(B) | 303.3º | 0.56% | 0.64% | - |
| XYZ | 23.24 | 14.62 | 33.5 | - |
| YUV | 108.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 157 | 0 | 0.56 | 0.03 | 0.36 | 303.3 | 0.39 | 0.46 |
| Hex | A2 | 47 | 9D | 0 | 38 | 3 | 24 | 12F | 27 | 2E |
| Octal | 242 | 107 | 235 | 0 | 70 | 3 | 44 | 457 | 47 | 56 |
| Binary | 10100010 | 1000111 | 10011101 | 0 | 111000 | 11 | 100100 | 100101111 | 100111 | 101110 |
Color Harmonies of #A2479D
Complementary color
Monochromatic Colors of #A2479D
Black with #A2479D
Text Example
Text Example
White with #A2479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2479D; }
p { color: rgb(162,71,157); }
H1.HeaderClassName
{
color: #A2479D;
}
.AnyTagClassName
{
color: #A2479D;
}
</style>
background-color css
<style>
a { background-color: #A2479D; }
a { background-color: rgb(162,71,157); }
div.DivClassName
{
background-color: #A2479D;
}
.BgClassName
{
background-color: #A2479D;
}
</style>
border-color css
<style>
span { border-color: #A2479D; }
span { border-color: rgb(162,71,157); }
td.TdClassName
{
border-color: #A2479D;
}
.TagClassName
{
border-color: #A2479D;
}
</style>