Shades of Dark Violet #A814C4
Tints of Dark Violet #A814C4
RGB
CMYK
RGB Variations
Color information
#A814C4 (or 0xA814C4) is known color: Dark Violet. HEX triplet: A8, 14 and C4. RGB value is (168,20,196). Sum of RGB (Red+Green+Blue) = 168+20+196=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #A814C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814C4 is #57EB3B. Grayscale: #535353. Windows color (decimal): -5761852 or 12850344. OLE color: 12850344.
HSL color Cylindrical-coordinate representation of color #A814C4: hue angle of 290.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A814C4 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 20 | 196 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.23 |
| HSL | 290.45º | 0.81% | 0.42% | - |
| HSV(B) | 290.45º | 0.9% | 0.77% | - |
| XYZ | 26.36 | 12.81 | 53.31 | - |
| YUV | 84.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 196 | 0.14 | 0.90 | 0 | 0.23 | 290.45 | 0.81 | 0.42 |
| Hex | A8 | 14 | C4 | E | 5A | 0 | 17 | 122 | 51 | 2A |
| Octal | 250 | 24 | 304 | 16 | 132 | 0 | 27 | 442 | 121 | 52 |
| Binary | 10101000 | 10100 | 11000100 | 1110 | 1011010 | 0 | 10111 | 100100010 | 1010001 | 101010 |
Color Harmonies of #A814C4
Complementary color
Monochromatic Colors of #A814C4
Black with #A814C4
Text Example
Text Example
White with #A814C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814C4; }
p { color: rgb(168,20,196); }
H1.HeaderClassName
{
color: #A814C4;
}
.AnyTagClassName
{
color: #A814C4;
}
</style>
background-color css
<style>
a { background-color: #A814C4; }
a { background-color: rgb(168,20,196); }
div.DivClassName
{
background-color: #A814C4;
}
.BgClassName
{
background-color: #A814C4;
}
</style>
border-color css
<style>
span { border-color: #A814C4; }
span { border-color: rgb(168,20,196); }
td.TdClassName
{
border-color: #A814C4;
}
.TagClassName
{
border-color: #A814C4;
}
</style>