Shades of Dark Violet #A907C2
Tints of Dark Violet #A907C2
RGB
CMYK
RGB Variations
Color information
#A907C2 (or 0xA907C2) is known color: Dark Violet. HEX triplet: A9, 07 and C2. RGB value is (169,7,194). Sum of RGB (Red+Green+Blue) = 169+7+194=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #A907C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A907C2 is #56F83D. Grayscale: #4C4C4C. Windows color (decimal): -5699646 or 12715945. OLE color: 12715945.
HSL color Cylindrical-coordinate representation of color #A907C2: hue angle of 291.98º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A907C2 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 7 | 194 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.24 |
| HSL | 291.98º | 0.93% | 0.39% | - |
| HSV(B) | 291.98º | 0.96% | 0.76% | - |
| XYZ | 26.18 | 12.48 | 52.07 | - |
| YUV | 76.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 194 | 0.13 | 0.96 | 0 | 0.24 | 291.98 | 0.93 | 0.39 |
| Hex | A9 | 7 | C2 | D | 60 | 0 | 18 | 124 | 5D | 27 |
| Octal | 251 | 7 | 302 | 15 | 140 | 0 | 30 | 444 | 135 | 47 |
| Binary | 10101001 | 111 | 11000010 | 1101 | 1100000 | 0 | 11000 | 100100100 | 1011101 | 100111 |
Color Harmonies of #A907C2
Complementary color
Monochromatic Colors of #A907C2
Black with #A907C2
Text Example
Text Example
White with #A907C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A907C2; }
p { color: rgb(169,7,194); }
H1.HeaderClassName
{
color: #A907C2;
}
.AnyTagClassName
{
color: #A907C2;
}
</style>
background-color css
<style>
a { background-color: #A907C2; }
a { background-color: rgb(169,7,194); }
div.DivClassName
{
background-color: #A907C2;
}
.BgClassName
{
background-color: #A907C2;
}
</style>
border-color css
<style>
span { border-color: #A907C2; }
span { border-color: rgb(169,7,194); }
td.TdClassName
{
border-color: #A907C2;
}
.TagClassName
{
border-color: #A907C2;
}
</style>