Shades of Violet Blue #A243AB
Tints of Violet Blue #A243AB
RGB
CMYK
RGB Variations
Color information
#A243AB (or 0xA243AB) is known color: Violet Blue. HEX triplet: A2, 43 and AB. RGB value is (162,67,171). Sum of RGB (Red+Green+Blue) = 162+67+171=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #A243AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A243AB is #5DBC54. Grayscale: #6A6A6A. Windows color (decimal): -6143061 or 11223970. OLE color: 11223970.
HSL color Cylindrical-coordinate representation of color #A243AB: hue angle of 294.81º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A243AB is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 67 | 171 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.33 |
| HSL | 294.81º | 0.44% | 0.47% | - |
| HSV(B) | 294.81º | 0.61% | 0.67% | - |
| XYZ | 24.26 | 14.64 | 40.07 | - |
| YUV | 107.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 171 | 0.05 | 0.61 | 0 | 0.33 | 294.81 | 0.44 | 0.47 |
| Hex | A2 | 43 | AB | 5 | 3D | 0 | 21 | 127 | 2C | 2F |
| Octal | 242 | 103 | 253 | 5 | 75 | 0 | 41 | 447 | 54 | 57 |
| Binary | 10100010 | 1000011 | 10101011 | 101 | 111101 | 0 | 100001 | 100100111 | 101100 | 101111 |
Color Harmonies of #A243AB
Complementary color
Monochromatic Colors of #A243AB
Black with #A243AB
Text Example
Text Example
White with #A243AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A243AB; }
p { color: rgb(162,67,171); }
H1.HeaderClassName
{
color: #A243AB;
}
.AnyTagClassName
{
color: #A243AB;
}
</style>
background-color css
<style>
a { background-color: #A243AB; }
a { background-color: rgb(162,67,171); }
div.DivClassName
{
background-color: #A243AB;
}
.BgClassName
{
background-color: #A243AB;
}
</style>
border-color css
<style>
span { border-color: #A243AB; }
span { border-color: rgb(162,67,171); }
td.TdClassName
{
border-color: #A243AB;
}
.TagClassName
{
border-color: #A243AB;
}
</style>