Shades of Violet Blue #AD439C
Tints of Violet Blue #AD439C
RGB
CMYK
RGB Variations
Color information
#AD439C (or 0xAD439C) is known color: Violet Blue. HEX triplet: AD, 43 and 9C. RGB value is (173,67,156). Sum of RGB (Red+Green+Blue) = 173+67+156=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD439C is #52BC63. Grayscale: #6C6C6C. Windows color (decimal): -5422180 or 10240941. OLE color: 10240941.
HSL color Cylindrical-coordinate representation of color #AD439C: hue angle of 309.62º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD439C is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 156 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.32 |
| HSL | 309.62º | 0.44% | 0.47% | - |
| HSV(B) | 309.62º | 0.61% | 0.68% | - |
| XYZ | 25.24 | 15.3 | 33.08 | - |
| YUV | 108.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 156 | 0 | 0.61 | 0.10 | 0.32 | 309.62 | 0.44 | 0.47 |
| Hex | AD | 43 | 9C | 0 | 3D | A | 20 | 136 | 2C | 2F |
| Octal | 255 | 103 | 234 | 0 | 75 | 12 | 40 | 466 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10011100 | 0 | 111101 | 1010 | 100000 | 100110110 | 101100 | 101111 |
Color Harmonies of #AD439C
Complementary color
Monochromatic Colors of #AD439C
Black with #AD439C
Text Example
Text Example
White with #AD439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD439C; }
p { color: rgb(173,67,156); }
H1.HeaderClassName
{
color: #AD439C;
}
.AnyTagClassName
{
color: #AD439C;
}
</style>
background-color css
<style>
a { background-color: #AD439C; }
a { background-color: rgb(173,67,156); }
div.DivClassName
{
background-color: #AD439C;
}
.BgClassName
{
background-color: #AD439C;
}
</style>
border-color css
<style>
span { border-color: #AD439C; }
span { border-color: rgb(173,67,156); }
td.TdClassName
{
border-color: #AD439C;
}
.TagClassName
{
border-color: #AD439C;
}
</style>