Shades of Dark Violet #A207C7
Tints of Dark Violet #A207C7
RGB
CMYK
RGB Variations
Color information
#A207C7 (or 0xA207C7) is known color: Dark Violet. HEX triplet: A2, 07 and C7. RGB value is (162,7,199). Sum of RGB (Red+Green+Blue) = 162+7+199=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #A207C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A207C7 is #5DF838. Grayscale: #4A4A4A. Windows color (decimal): -6158393 or 13043618. OLE color: 13043618.
HSL color Cylindrical-coordinate representation of color #A207C7: hue angle of 288.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A207C7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 7 | 199 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.22 |
| HSL | 288.44º | 0.93% | 0.4% | - |
| HSV(B) | 288.44º | 0.96% | 0.78% | - |
| XYZ | 25.29 | 11.96 | 55.01 | - |
| YUV | 75.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 199 | 0.19 | 0.96 | 0 | 0.22 | 288.44 | 0.93 | 0.4 |
| Hex | A2 | 7 | C7 | 13 | 60 | 0 | 16 | 120 | 5D | 28 |
| Octal | 242 | 7 | 307 | 23 | 140 | 0 | 26 | 440 | 135 | 50 |
| Binary | 10100010 | 111 | 11000111 | 10011 | 1100000 | 0 | 10110 | 100100000 | 1011101 | 101000 |
Color Harmonies of #A207C7
Complementary color
Monochromatic Colors of #A207C7
Black with #A207C7
Text Example
Text Example
White with #A207C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A207C7; }
p { color: rgb(162,7,199); }
H1.HeaderClassName
{
color: #A207C7;
}
.AnyTagClassName
{
color: #A207C7;
}
</style>
background-color css
<style>
a { background-color: #A207C7; }
a { background-color: rgb(162,7,199); }
div.DivClassName
{
background-color: #A207C7;
}
.BgClassName
{
background-color: #A207C7;
}
</style>
border-color css
<style>
span { border-color: #A207C7; }
span { border-color: rgb(162,7,199); }
td.TdClassName
{
border-color: #A207C7;
}
.TagClassName
{
border-color: #A207C7;
}
</style>