Shades of Violet Blue #A843AF
Tints of Violet Blue #A843AF
RGB
CMYK
RGB Variations
Color information
#A843AF (or 0xA843AF) is known color: Violet Blue. HEX triplet: A8, 43 and AF. RGB value is (168,67,175). Sum of RGB (Red+Green+Blue) = 168+67+175=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #A843AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A843AF is #57BC50. Grayscale: #6D6D6D. Windows color (decimal): -5749841 or 11486120. OLE color: 11486120.
HSL color Cylindrical-coordinate representation of color #A843AF: hue angle of 296.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A843AF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 67 | 175 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.31 |
| HSL | 296.11º | 0.45% | 0.47% | - |
| HSV(B) | 296.11º | 0.62% | 0.69% | - |
| XYZ | 25.89 | 15.43 | 42.17 | - |
| YUV | 109.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 175 | 0.04 | 0.62 | 0 | 0.31 | 296.11 | 0.45 | 0.47 |
| Hex | A8 | 43 | AF | 4 | 3E | 0 | 1F | 128 | 2D | 2F |
| Octal | 250 | 103 | 257 | 4 | 76 | 0 | 37 | 450 | 55 | 57 |
| Binary | 10101000 | 1000011 | 10101111 | 100 | 111110 | 0 | 11111 | 100101000 | 101101 | 101111 |
Color Harmonies of #A843AF
Complementary color
Monochromatic Colors of #A843AF
Black with #A843AF
Text Example
Text Example
White with #A843AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A843AF; }
p { color: rgb(168,67,175); }
H1.HeaderClassName
{
color: #A843AF;
}
.AnyTagClassName
{
color: #A843AF;
}
</style>
background-color css
<style>
a { background-color: #A843AF; }
a { background-color: rgb(168,67,175); }
div.DivClassName
{
background-color: #A843AF;
}
.BgClassName
{
background-color: #A843AF;
}
</style>
border-color css
<style>
span { border-color: #A843AF; }
span { border-color: rgb(168,67,175); }
td.TdClassName
{
border-color: #A843AF;
}
.TagClassName
{
border-color: #A843AF;
}
</style>