Shades of Dark Violet #A506E5
Tints of Dark Violet #A506E5
RGB
CMYK
RGB Variations
Color information
#A506E5 (or 0xA506E5) is known color: Dark Violet. HEX triplet: A5, 06 and E5. RGB value is (165,6,229). Sum of RGB (Red+Green+Blue) = 165+6+229=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #A506E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506E5 is #5AF91A. Grayscale: #4E4E4E. Windows color (decimal): -5962011 or 15009445. OLE color: 15009445.
HSL color Cylindrical-coordinate representation of color #A506E5: hue angle of 282.78º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506E5 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 6 | 229 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.10 |
| HSL | 282.78º | 0.95% | 0.46% | - |
| HSV(B) | 282.78º | 0.97% | 0.9% | - |
| XYZ | 29.73 | 13.79 | 75.22 | - |
| YUV | 78.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 229 | 0.28 | 0.97 | 0 | 0.10 | 282.78 | 0.95 | 0.46 |
| Hex | A5 | 6 | E5 | 1C | 61 | 0 | A | 11B | 5F | 2E |
| Octal | 245 | 6 | 345 | 34 | 141 | 0 | 12 | 433 | 137 | 56 |
| Binary | 10100101 | 110 | 11100101 | 11100 | 1100001 | 0 | 1010 | 100011011 | 1011111 | 101110 |
Color Harmonies of #A506E5
Complementary color
Monochromatic Colors of #A506E5
Black with #A506E5
Text Example
Text Example
White with #A506E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506E5; }
p { color: rgb(165,6,229); }
H1.HeaderClassName
{
color: #A506E5;
}
.AnyTagClassName
{
color: #A506E5;
}
</style>
background-color css
<style>
a { background-color: #A506E5; }
a { background-color: rgb(165,6,229); }
div.DivClassName
{
background-color: #A506E5;
}
.BgClassName
{
background-color: #A506E5;
}
</style>
border-color css
<style>
span { border-color: #A506E5; }
span { border-color: rgb(165,6,229); }
td.TdClassName
{
border-color: #A506E5;
}
.TagClassName
{
border-color: #A506E5;
}
</style>