Shades of Violet Blue #A2389C
Tints of Violet Blue #A2389C
RGB
CMYK
RGB Variations
Color information
#A2389C (or 0xA2389C) is known color: Violet Blue. HEX triplet: A2, 38 and 9C. RGB value is (162,56,156). Sum of RGB (Red+Green+Blue) = 162+56+156=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2389C is #5DC763. Grayscale: #626262. Windows color (decimal): -6145892 or 10238114. OLE color: 10238114.
HSL color Cylindrical-coordinate representation of color #A2389C: hue angle of 303.4º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2389C is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 156 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.36 |
| HSL | 303.4º | 0.49% | 0.43% | - |
| HSV(B) | 303.4º | 0.65% | 0.64% | - |
| XYZ | 22.32 | 12.91 | 32.77 | - |
| YUV | 99.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 156 | 0 | 0.65 | 0.04 | 0.36 | 303.4 | 0.49 | 0.43 |
| Hex | A2 | 38 | 9C | 0 | 41 | 4 | 24 | 12F | 31 | 2B |
| Octal | 242 | 70 | 234 | 0 | 101 | 4 | 44 | 457 | 61 | 53 |
| Binary | 10100010 | 111000 | 10011100 | 0 | 1000001 | 100 | 100100 | 100101111 | 110001 | 101011 |
Color Harmonies of #A2389C
Complementary color
Monochromatic Colors of #A2389C
Black with #A2389C
Text Example
Text Example
White with #A2389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2389C; }
p { color: rgb(162,56,156); }
H1.HeaderClassName
{
color: #A2389C;
}
.AnyTagClassName
{
color: #A2389C;
}
</style>
background-color css
<style>
a { background-color: #A2389C; }
a { background-color: rgb(162,56,156); }
div.DivClassName
{
background-color: #A2389C;
}
.BgClassName
{
background-color: #A2389C;
}
</style>
border-color css
<style>
span { border-color: #A2389C; }
span { border-color: rgb(162,56,156); }
td.TdClassName
{
border-color: #A2389C;
}
.TagClassName
{
border-color: #A2389C;
}
</style>