Shades of Dark Violet #A508C7
Tints of Dark Violet #A508C7
RGB
CMYK
RGB Variations
Color information
#A508C7 (or 0xA508C7) is known color: Dark Violet. HEX triplet: A5, 08 and C7. RGB value is (165,8,199). Sum of RGB (Red+Green+Blue) = 165+8+199=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 199 (78.12% from 255 or 53.49% from 372); Max value from RGB is 199 - color contains mainly: blue. Hex color #A508C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508C7 is #5AF738. Grayscale: #4C4C4C. Windows color (decimal): -5961529 or 13043877. OLE color: 13043877.
HSL color Cylindrical-coordinate representation of color #A508C7: hue angle of 289.32º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508C7 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 8 | 199 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.22 |
| HSL | 289.32º | 0.92% | 0.41% | - |
| HSV(B) | 289.32º | 0.96% | 0.78% | - |
| XYZ | 25.91 | 12.3 | 55.04 | - |
| YUV | 76.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 199 | 0.17 | 0.96 | 0 | 0.22 | 289.32 | 0.92 | 0.41 |
| Hex | A5 | 8 | C7 | 11 | 60 | 0 | 16 | 121 | 5C | 29 |
| Octal | 245 | 10 | 307 | 21 | 140 | 0 | 26 | 441 | 134 | 51 |
| Binary | 10100101 | 1000 | 11000111 | 10001 | 1100000 | 0 | 10110 | 100100001 | 1011100 | 101001 |
Color Harmonies of #A508C7
Complementary color
Monochromatic Colors of #A508C7
Black with #A508C7
Text Example
Text Example
White with #A508C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508C7; }
p { color: rgb(165,8,199); }
H1.HeaderClassName
{
color: #A508C7;
}
.AnyTagClassName
{
color: #A508C7;
}
</style>
background-color css
<style>
a { background-color: #A508C7; }
a { background-color: rgb(165,8,199); }
div.DivClassName
{
background-color: #A508C7;
}
.BgClassName
{
background-color: #A508C7;
}
</style>
border-color css
<style>
span { border-color: #A508C7; }
span { border-color: rgb(165,8,199); }
td.TdClassName
{
border-color: #A508C7;
}
.TagClassName
{
border-color: #A508C7;
}
</style>