Shades of Dark Violet #A506E7
Tints of Dark Violet #A506E7
RGB
CMYK
RGB Variations
Color information
#A506E7 (or 0xA506E7) is known color: Dark Violet. HEX triplet: A5, 06 and E7. RGB value is (165,6,231). Sum of RGB (Red+Green+Blue) = 165+6+231=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 231 (90.62% from 255 or 57.46% from 402); Max value from RGB is 231 - color contains mainly: blue. Hex color #A506E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A506E7 is #5AF918. Grayscale: #4E4E4E. Windows color (decimal): -5962009 or 15140517. OLE color: 15140517.
HSL color Cylindrical-coordinate representation of color #A506E7: hue angle of 282.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506E7 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 6 | 231 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.09 |
| HSL | 282.4º | 0.95% | 0.46% | - |
| HSV(B) | 282.4º | 0.97% | 0.91% | - |
| XYZ | 30.01 | 13.9 | 76.7 | - |
| YUV | 79.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 231 | 0.29 | 0.97 | 0 | 0.09 | 282.4 | 0.95 | 0.46 |
| Hex | A5 | 6 | E7 | 1D | 61 | 0 | 9 | 11A | 5F | 2E |
| Octal | 245 | 6 | 347 | 35 | 141 | 0 | 11 | 432 | 137 | 56 |
| Binary | 10100101 | 110 | 11100111 | 11101 | 1100001 | 0 | 1001 | 100011010 | 1011111 | 101110 |
Color Harmonies of #A506E7
Complementary color
Monochromatic Colors of #A506E7
Black with #A506E7
Text Example
Text Example
White with #A506E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506E7; }
p { color: rgb(165,6,231); }
H1.HeaderClassName
{
color: #A506E7;
}
.AnyTagClassName
{
color: #A506E7;
}
</style>
background-color css
<style>
a { background-color: #A506E7; }
a { background-color: rgb(165,6,231); }
div.DivClassName
{
background-color: #A506E7;
}
.BgClassName
{
background-color: #A506E7;
}
</style>
border-color css
<style>
span { border-color: #A506E7; }
span { border-color: rgb(165,6,231); }
td.TdClassName
{
border-color: #A506E7;
}
.TagClassName
{
border-color: #A506E7;
}
</style>