Shades of Violet Blue #AD639C
Tints of Violet Blue #AD639C
RGB
CMYK
RGB Variations
Color information
#AD639C (or 0xAD639C) is known color: Violet Blue. HEX triplet: AD, 63 and 9C. RGB value is (173,99,156). Sum of RGB (Red+Green+Blue) = 173+99+156=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD639C is #529C63. Grayscale: #7F7F7F. Windows color (decimal): -5413988 or 10249133. OLE color: 10249133.
HSL color Cylindrical-coordinate representation of color #AD639C: hue angle of 313.78º 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 #AD639C is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 156 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.32 |
| HSL | 313.78º | 0.31% | 0.53% | - |
| HSV(B) | 313.78º | 0.43% | 0.68% | - |
| XYZ | 27.7 | 20.21 | 33.89 | - |
| YUV | 127.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 156 | 0 | 0.43 | 0.10 | 0.32 | 313.78 | 0.31 | 0.53 |
| Hex | AD | 63 | 9C | 0 | 2B | A | 20 | 13A | 1F | 35 |
| Octal | 255 | 143 | 234 | 0 | 53 | 12 | 40 | 472 | 37 | 65 |
| Binary | 10101101 | 1100011 | 10011100 | 0 | 101011 | 1010 | 100000 | 100111010 | 11111 | 110101 |
Color Harmonies of #AD639C
Complementary color
Monochromatic Colors of #AD639C
Black with #AD639C
Text Example
Text Example
White with #AD639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD639C; }
p { color: rgb(173,99,156); }
H1.HeaderClassName
{
color: #AD639C;
}
.AnyTagClassName
{
color: #AD639C;
}
</style>
background-color css
<style>
a { background-color: #AD639C; }
a { background-color: rgb(173,99,156); }
div.DivClassName
{
background-color: #AD639C;
}
.BgClassName
{
background-color: #AD639C;
}
</style>
border-color css
<style>
span { border-color: #AD639C; }
span { border-color: rgb(173,99,156); }
td.TdClassName
{
border-color: #AD639C;
}
.TagClassName
{
border-color: #AD639C;
}
</style>