Shades of Dark Violet #A507ED
Tints of Dark Violet #A507ED
RGB
CMYK
RGB Variations
Color information
#A507ED (or 0xA507ED) is known color: Dark Violet. HEX triplet: A5, 07 and ED. RGB value is (165,7,237). Sum of RGB (Red+Green+Blue) = 165+7+237=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #A507ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A507ED is #5AF812. Grayscale: #4F4F4F. Windows color (decimal): -5961747 or 15533989. OLE color: 15533989.
HSL color Cylindrical-coordinate representation of color #A507ED: hue angle of 281.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507ED is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 7 | 237 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.07 |
| HSL | 281.22º | 0.94% | 0.48% | - |
| HSV(B) | 281.22º | 0.97% | 0.93% | - |
| XYZ | 30.88 | 14.27 | 81.25 | - |
| YUV | 80.46 | 216.35 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 237 | 0.30 | 0.97 | 0 | 0.07 | 281.22 | 0.94 | 0.48 |
| Hex | A5 | 7 | ED | 1E | 61 | 0 | 7 | 119 | 5E | 30 |
| Octal | 245 | 7 | 355 | 36 | 141 | 0 | 7 | 431 | 136 | 60 |
| Binary | 10100101 | 111 | 11101101 | 11110 | 1100001 | 0 | 111 | 100011001 | 1011110 | 110000 |
Color Harmonies of #A507ED
Complementary color
Monochromatic Colors of #A507ED
Black with #A507ED
Text Example
Text Example
White with #A507ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507ED; }
p { color: rgb(165,7,237); }
H1.HeaderClassName
{
color: #A507ED;
}
.AnyTagClassName
{
color: #A507ED;
}
</style>
background-color css
<style>
a { background-color: #A507ED; }
a { background-color: rgb(165,7,237); }
div.DivClassName
{
background-color: #A507ED;
}
.BgClassName
{
background-color: #A507ED;
}
</style>
border-color css
<style>
span { border-color: #A507ED; }
span { border-color: rgb(165,7,237); }
td.TdClassName
{
border-color: #A507ED;
}
.TagClassName
{
border-color: #A507ED;
}
</style>