Shades of Dark Violet #A407CB
Tints of Dark Violet #A407CB
RGB
CMYK
RGB Variations
Color information
#A407CB (or 0xA407CB) is known color: Dark Violet. HEX triplet: A4, 07 and CB. RGB value is (164,7,203). Sum of RGB (Red+Green+Blue) = 164+7+203=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #A407CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407CB is #5BF834. Grayscale: #4B4B4B. Windows color (decimal): -6027317 or 13305764. OLE color: 13305764.
HSL color Cylindrical-coordinate representation of color #A407CB: hue angle of 288.06º 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 #A407CB is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 7 | 203 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.20 |
| HSL | 288.06º | 0.93% | 0.41% | - |
| HSV(B) | 288.06º | 0.97% | 0.8% | - |
| XYZ | 26.17 | 12.36 | 57.51 | - |
| YUV | 76.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 7 | 203 | 0.19 | 0.97 | 0 | 0.20 | 288.06 | 0.93 | 0.41 |
| Hex | A4 | 7 | CB | 13 | 61 | 0 | 14 | 120 | 5D | 29 |
| Octal | 244 | 7 | 313 | 23 | 141 | 0 | 24 | 440 | 135 | 51 |
| Binary | 10100100 | 111 | 11001011 | 10011 | 1100001 | 0 | 10100 | 100100000 | 1011101 | 101001 |
Color Harmonies of #A407CB
Complementary color
Monochromatic Colors of #A407CB
Black with #A407CB
Text Example
Text Example
White with #A407CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A407CB; }
p { color: rgb(164,7,203); }
H1.HeaderClassName
{
color: #A407CB;
}
.AnyTagClassName
{
color: #A407CB;
}
</style>
background-color css
<style>
a { background-color: #A407CB; }
a { background-color: rgb(164,7,203); }
div.DivClassName
{
background-color: #A407CB;
}
.BgClassName
{
background-color: #A407CB;
}
</style>
border-color css
<style>
span { border-color: #A407CB; }
span { border-color: rgb(164,7,203); }
td.TdClassName
{
border-color: #A407CB;
}
.TagClassName
{
border-color: #A407CB;
}
</style>