Shades of Dark Violet #A814C3
Tints of Dark Violet #A814C3
RGB
CMYK
RGB Variations
Color information
#A814C3 (or 0xA814C3) is known color: Dark Violet. HEX triplet: A8, 14 and C3. RGB value is (168,20,195). Sum of RGB (Red+Green+Blue) = 168+20+195=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #A814C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814C3 is #57EB3C. Grayscale: #535353. Windows color (decimal): -5761853 or 12784808. OLE color: 12784808.
HSL color Cylindrical-coordinate representation of color #A814C3: hue angle of 290.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A814C3 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 20 | 195 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.24 |
| HSL | 290.74º | 0.81% | 0.42% | - |
| HSV(B) | 290.74º | 0.9% | 0.76% | - |
| XYZ | 26.25 | 12.77 | 52.71 | - |
| YUV | 84.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 195 | 0.14 | 0.90 | 0 | 0.24 | 290.74 | 0.81 | 0.42 |
| Hex | A8 | 14 | C3 | E | 5A | 0 | 18 | 123 | 51 | 2A |
| Octal | 250 | 24 | 303 | 16 | 132 | 0 | 30 | 443 | 121 | 52 |
| Binary | 10101000 | 10100 | 11000011 | 1110 | 1011010 | 0 | 11000 | 100100011 | 1010001 | 101010 |
Color Harmonies of #A814C3
Complementary color
Monochromatic Colors of #A814C3
Black with #A814C3
Text Example
Text Example
White with #A814C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814C3; }
p { color: rgb(168,20,195); }
H1.HeaderClassName
{
color: #A814C3;
}
.AnyTagClassName
{
color: #A814C3;
}
</style>
background-color css
<style>
a { background-color: #A814C3; }
a { background-color: rgb(168,20,195); }
div.DivClassName
{
background-color: #A814C3;
}
.BgClassName
{
background-color: #A814C3;
}
</style>
border-color css
<style>
span { border-color: #A814C3; }
span { border-color: rgb(168,20,195); }
td.TdClassName
{
border-color: #A814C3;
}
.TagClassName
{
border-color: #A814C3;
}
</style>