Shades of Dark Violet #A506B7
Tints of Dark Violet #A506B7
RGB
CMYK
RGB Variations
Color information
#A506B7 (or 0xA506B7) is known color: Dark Violet. HEX triplet: A5, 06 and B7. RGB value is (165,6,183). Sum of RGB (Red+Green+Blue) = 165+6+183=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #A506B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506B7 is #5AF948. Grayscale: #494949. Windows color (decimal): -5962057 or 11994789. OLE color: 11994789.
HSL color Cylindrical-coordinate representation of color #A506B7: hue angle of 293.9º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506B7 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 6 | 183 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.28 |
| HSL | 293.9º | 0.94% | 0.37% | - |
| HSV(B) | 293.9º | 0.97% | 0.72% | - |
| XYZ | 24.13 | 11.55 | 45.76 | - |
| YUV | 73.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 183 | 0.10 | 0.97 | 0 | 0.28 | 293.9 | 0.94 | 0.37 |
| Hex | A5 | 6 | B7 | A | 61 | 0 | 1C | 126 | 5E | 25 |
| Octal | 245 | 6 | 267 | 12 | 141 | 0 | 34 | 446 | 136 | 45 |
| Binary | 10100101 | 110 | 10110111 | 1010 | 1100001 | 0 | 11100 | 100100110 | 1011110 | 100101 |
Color Harmonies of #A506B7
Complementary color
Monochromatic Colors of #A506B7
Black with #A506B7
Text Example
Text Example
White with #A506B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A506B7; }
p { color: rgb(165,6,183); }
H1.HeaderClassName
{
color: #A506B7;
}
.AnyTagClassName
{
color: #A506B7;
}
</style>
background-color css
<style>
a { background-color: #A506B7; }
a { background-color: rgb(165,6,183); }
div.DivClassName
{
background-color: #A506B7;
}
.BgClassName
{
background-color: #A506B7;
}
</style>
border-color css
<style>
span { border-color: #A506B7; }
span { border-color: rgb(165,6,183); }
td.TdClassName
{
border-color: #A506B7;
}
.TagClassName
{
border-color: #A506B7;
}
</style>