Shades of Violet Blue #A2439B
Tints of Violet Blue #A2439B
RGB
CMYK
RGB Variations
Color information
#A2439B (or 0xA2439B) is known color: Violet Blue. HEX triplet: A2, 43 and 9B. RGB value is (162,67,155). Sum of RGB (Red+Green+Blue) = 162+67+155=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2439B is #5DBC64. Grayscale: #696969. Windows color (decimal): -6143077 or 10175394. OLE color: 10175394.
HSL color Cylindrical-coordinate representation of color #A2439B: hue angle of 304.42º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2439B is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 155 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.36 |
| HSL | 304.42º | 0.41% | 0.45% | - |
| HSV(B) | 304.42º | 0.59% | 0.64% | - |
| XYZ | 22.82 | 14.06 | 32.52 | - |
| YUV | 105.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 155 | 0 | 0.59 | 0.04 | 0.36 | 304.42 | 0.41 | 0.45 |
| Hex | A2 | 43 | 9B | 0 | 3B | 4 | 24 | 130 | 29 | 2D |
| Octal | 242 | 103 | 233 | 0 | 73 | 4 | 44 | 460 | 51 | 55 |
| Binary | 10100010 | 1000011 | 10011011 | 0 | 111011 | 100 | 100100 | 100110000 | 101001 | 101101 |
Color Harmonies of #A2439B
Complementary color
Monochromatic Colors of #A2439B
Black with #A2439B
Text Example
Text Example
White with #A2439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2439B; }
p { color: rgb(162,67,155); }
H1.HeaderClassName
{
color: #A2439B;
}
.AnyTagClassName
{
color: #A2439B;
}
</style>
background-color css
<style>
a { background-color: #A2439B; }
a { background-color: rgb(162,67,155); }
div.DivClassName
{
background-color: #A2439B;
}
.BgClassName
{
background-color: #A2439B;
}
</style>
border-color css
<style>
span { border-color: #A2439B; }
span { border-color: rgb(162,67,155); }
td.TdClassName
{
border-color: #A2439B;
}
.TagClassName
{
border-color: #A2439B;
}
</style>