Shades of Violet Blue #A843AE
Tints of Violet Blue #A843AE
RGB
CMYK
RGB Variations
Color information
#A843AE (or 0xA843AE) is known color: Violet Blue. HEX triplet: A8, 43 and AE. RGB value is (168,67,174). Sum of RGB (Red+Green+Blue) = 168+67+174=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #A843AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A843AE is #57BC51. Grayscale: #6D6D6D. Windows color (decimal): -5749842 or 11420584. OLE color: 11420584.
HSL color Cylindrical-coordinate representation of color #A843AE: hue angle of 296.64º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A843AE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 67 | 174 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.32 |
| HSL | 296.64º | 0.44% | 0.47% | - |
| HSV(B) | 296.64º | 0.61% | 0.68% | - |
| XYZ | 25.8 | 15.4 | 41.66 | - |
| YUV | 109.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 174 | 0.03 | 0.61 | 0 | 0.32 | 296.64 | 0.44 | 0.47 |
| Hex | A8 | 43 | AE | 3 | 3D | 0 | 20 | 129 | 2C | 2F |
| Octal | 250 | 103 | 256 | 3 | 75 | 0 | 40 | 451 | 54 | 57 |
| Binary | 10101000 | 1000011 | 10101110 | 11 | 111101 | 0 | 100000 | 100101001 | 101100 | 101111 |
Color Harmonies of #A843AE
Complementary color
Monochromatic Colors of #A843AE
Black with #A843AE
Text Example
Text Example
White with #A843AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843AE; }
p { color: rgb(168,67,174); }
H1.HeaderClassName
{
color: #A843AE;
}
.AnyTagClassName
{
color: #A843AE;
}
</style>
background-color css
<style>
a { background-color: #A843AE; }
a { background-color: rgb(168,67,174); }
div.DivClassName
{
background-color: #A843AE;
}
.BgClassName
{
background-color: #A843AE;
}
</style>
border-color css
<style>
span { border-color: #A843AE; }
span { border-color: rgb(168,67,174); }
td.TdClassName
{
border-color: #A843AE;
}
.TagClassName
{
border-color: #A843AE;
}
</style>