Shades of Dark Violet #A407CC
Tints of Dark Violet #A407CC
RGB
CMYK
RGB Variations
Color information
#A407CC (or 0xA407CC) is known color: Dark Violet. HEX triplet: A4, 07 and CC. RGB value is (164,7,204). Sum of RGB (Red+Green+Blue) = 164+7+204=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A407CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407CC is #5BF833. Grayscale: #4B4B4B. Windows color (decimal): -6027316 or 13371300. OLE color: 13371300.
HSL color Cylindrical-coordinate representation of color #A407CC: hue angle of 287.82º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407CC is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 7 | 204 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.2 |
| HSL | 287.82º | 0.93% | 0.41% | - |
| HSV(B) | 287.82º | 0.97% | 0.8% | - |
| XYZ | 26.28 | 12.4 | 58.14 | - |
| YUV | 76.4 | 200.01 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 204 | 0.20 | 0.97 | 0 | 0.2 | 287.82 | 0.93 | 0.41 |
| Hex | A4 | 7 | CC | 14 | 61 | 0 | 14 | 120 | 5D | 29 |
| Octal | 244 | 7 | 314 | 24 | 141 | 0 | 24 | 440 | 135 | 51 |
| Binary | 10100100 | 111 | 11001100 | 10100 | 1100001 | 0 | 10100 | 100100000 | 1011101 | 101001 |
Color Harmonies of #A407CC
Complementary color
Monochromatic Colors of #A407CC
Black with #A407CC
Text Example
Text Example
White with #A407CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407CC; }
p { color: rgb(164,7,204); }
H1.HeaderClassName
{
color: #A407CC;
}
.AnyTagClassName
{
color: #A407CC;
}
</style>
background-color css
<style>
a { background-color: #A407CC; }
a { background-color: rgb(164,7,204); }
div.DivClassName
{
background-color: #A407CC;
}
.BgClassName
{
background-color: #A407CC;
}
</style>
border-color css
<style>
span { border-color: #A407CC; }
span { border-color: rgb(164,7,204); }
td.TdClassName
{
border-color: #A407CC;
}
.TagClassName
{
border-color: #A407CC;
}
</style>