Shades of Dark Violet #A507E0
Tints of Dark Violet #A507E0
RGB
CMYK
RGB Variations
Color information
#A507E0 (or 0xA507E0) is known color: Dark Violet. HEX triplet: A5, 07 and E0. RGB value is (165,7,224). Sum of RGB (Red+Green+Blue) = 165+7+224=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #A507E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507E0 is #5AF81F. Grayscale: #4E4E4E. Windows color (decimal): -5961760 or 14682021. OLE color: 14682021.
HSL color Cylindrical-coordinate representation of color #A507E0: hue angle of 283.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507E0 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 7 | 224 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.12 |
| HSL | 283.69º | 0.94% | 0.45% | - |
| HSV(B) | 283.69º | 0.97% | 0.88% | - |
| XYZ | 29.05 | 13.53 | 71.6 | - |
| YUV | 78.98 | 209.85 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 224 | 0.26 | 0.97 | 0 | 0.12 | 283.69 | 0.94 | 0.45 |
| Hex | A5 | 7 | E0 | 1A | 61 | 0 | C | 11C | 5E | 2D |
| Octal | 245 | 7 | 340 | 32 | 141 | 0 | 14 | 434 | 136 | 55 |
| Binary | 10100101 | 111 | 11100000 | 11010 | 1100001 | 0 | 1100 | 100011100 | 1011110 | 101101 |
Color Harmonies of #A507E0
Complementary color
Monochromatic Colors of #A507E0
Black with #A507E0
Text Example
Text Example
White with #A507E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507E0; }
p { color: rgb(165,7,224); }
H1.HeaderClassName
{
color: #A507E0;
}
.AnyTagClassName
{
color: #A507E0;
}
</style>
background-color css
<style>
a { background-color: #A507E0; }
a { background-color: rgb(165,7,224); }
div.DivClassName
{
background-color: #A507E0;
}
.BgClassName
{
background-color: #A507E0;
}
</style>
border-color css
<style>
span { border-color: #A507E0; }
span { border-color: rgb(165,7,224); }
td.TdClassName
{
border-color: #A507E0;
}
.TagClassName
{
border-color: #A507E0;
}
</style>