Shades of Violet Blue #A843A3
Tints of Violet Blue #A843A3
RGB
CMYK
RGB Variations
Color information
#A843A3 (or 0xA843A3) is known color: Violet Blue. HEX triplet: A8, 43 and A3. RGB value is (168,67,163). Sum of RGB (Red+Green+Blue) = 168+67+163=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A843A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A843A3 is #57BC5C. Grayscale: #6B6B6B. Windows color (decimal): -5749853 or 10699688. OLE color: 10699688.
HSL color Cylindrical-coordinate representation of color #A843A3: hue angle of 302.97º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A843A3 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 163 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.34 |
| HSL | 302.97º | 0.43% | 0.46% | - |
| HSV(B) | 302.97º | 0.6% | 0.66% | - |
| XYZ | 24.77 | 14.98 | 36.24 | - |
| YUV | 108.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 163 | 0 | 0.60 | 0.03 | 0.34 | 302.97 | 0.43 | 0.46 |
| Hex | A8 | 43 | A3 | 0 | 3C | 3 | 22 | 12F | 2B | 2E |
| Octal | 250 | 103 | 243 | 0 | 74 | 3 | 42 | 457 | 53 | 56 |
| Binary | 10101000 | 1000011 | 10100011 | 0 | 111100 | 11 | 100010 | 100101111 | 101011 | 101110 |
Color Harmonies of #A843A3
Complementary color
Monochromatic Colors of #A843A3
Black with #A843A3
Text Example
Text Example
White with #A843A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843A3; }
p { color: rgb(168,67,163); }
H1.HeaderClassName
{
color: #A843A3;
}
.AnyTagClassName
{
color: #A843A3;
}
</style>
background-color css
<style>
a { background-color: #A843A3; }
a { background-color: rgb(168,67,163); }
div.DivClassName
{
background-color: #A843A3;
}
.BgClassName
{
background-color: #A843A3;
}
</style>
border-color css
<style>
span { border-color: #A843A3; }
span { border-color: rgb(168,67,163); }
td.TdClassName
{
border-color: #A843A3;
}
.TagClassName
{
border-color: #A843A3;
}
</style>