Shades of Dark Violet #A805C4
Tints of Dark Violet #A805C4
RGB
CMYK
RGB Variations
Color information
#A805C4 (or 0xA805C4) is known color: Dark Violet. HEX triplet: A8, 05 and C4. RGB value is (168,5,196). Sum of RGB (Red+Green+Blue) = 168+5+196=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #A805C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805C4 is #57FA3B. Grayscale: #4A4A4A. Windows color (decimal): -5765692 or 12846504. OLE color: 12846504.
HSL color Cylindrical-coordinate representation of color #A805C4: hue angle of 291.2º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A805C4 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 5 | 196 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.23 |
| HSL | 291.2º | 0.95% | 0.39% | - |
| HSV(B) | 291.2º | 0.97% | 0.77% | - |
| XYZ | 26.17 | 12.42 | 53.24 | - |
| YUV | 75.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 196 | 0.14 | 0.97 | 0 | 0.23 | 291.2 | 0.95 | 0.39 |
| Hex | A8 | 5 | C4 | E | 61 | 0 | 17 | 123 | 5F | 27 |
| Octal | 250 | 5 | 304 | 16 | 141 | 0 | 27 | 443 | 137 | 47 |
| Binary | 10101000 | 101 | 11000100 | 1110 | 1100001 | 0 | 10111 | 100100011 | 1011111 | 100111 |
Color Harmonies of #A805C4
Complementary color
Monochromatic Colors of #A805C4
Black with #A805C4
Text Example
Text Example
White with #A805C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805C4; }
p { color: rgb(168,5,196); }
H1.HeaderClassName
{
color: #A805C4;
}
.AnyTagClassName
{
color: #A805C4;
}
</style>
background-color css
<style>
a { background-color: #A805C4; }
a { background-color: rgb(168,5,196); }
div.DivClassName
{
background-color: #A805C4;
}
.BgClassName
{
background-color: #A805C4;
}
</style>
border-color css
<style>
span { border-color: #A805C4; }
span { border-color: rgb(168,5,196); }
td.TdClassName
{
border-color: #A805C4;
}
.TagClassName
{
border-color: #A805C4;
}
</style>