Shades of Violet Blue #AD639E
Tints of Violet Blue #AD639E
RGB
CMYK
RGB Variations
Color information
#AD639E (or 0xAD639E) is known color: Violet Blue. HEX triplet: AD, 63 and 9E. RGB value is (173,99,158). Sum of RGB (Red+Green+Blue) = 173+99+158=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD639E is #529C61. Grayscale: #7F7F7F. Windows color (decimal): -5413986 or 10380205. OLE color: 10380205.
HSL color Cylindrical-coordinate representation of color #AD639E: hue angle of 312.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD639E is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 158 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.32 |
| HSL | 312.16º | 0.31% | 0.53% | - |
| HSV(B) | 312.16º | 0.43% | 0.68% | - |
| XYZ | 27.87 | 20.28 | 34.79 | - |
| YUV | 127.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 158 | 0 | 0.43 | 0.09 | 0.32 | 312.16 | 0.31 | 0.53 |
| Hex | AD | 63 | 9E | 0 | 2B | 9 | 20 | 138 | 1F | 35 |
| Octal | 255 | 143 | 236 | 0 | 53 | 11 | 40 | 470 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10011110 | 0 | 101011 | 1001 | 100000 | 100111000 | 11111 | 110101 |
Color Harmonies of #AD639E
Complementary color
Monochromatic Colors of #AD639E
Black with #AD639E
Text Example
Text Example
White with #AD639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD639E; }
p { color: rgb(173,99,158); }
H1.HeaderClassName
{
color: #AD639E;
}
.AnyTagClassName
{
color: #AD639E;
}
</style>
background-color css
<style>
a { background-color: #AD639E; }
a { background-color: rgb(173,99,158); }
div.DivClassName
{
background-color: #AD639E;
}
.BgClassName
{
background-color: #AD639E;
}
</style>
border-color css
<style>
span { border-color: #AD639E; }
span { border-color: rgb(173,99,158); }
td.TdClassName
{
border-color: #AD639E;
}
.TagClassName
{
border-color: #AD639E;
}
</style>