Shades of Violet Blue #AD38A7
Tints of Violet Blue #AD38A7
RGB
CMYK
RGB Variations
Color information
#AD38A7 (or 0xAD38A7) is known color: Violet Blue. HEX triplet: AD, 38 and A7. RGB value is (173,56,167). Sum of RGB (Red+Green+Blue) = 173+56+167=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38A7 is #52C758. Grayscale: #676767. Windows color (decimal): -5424985 or 10959021. OLE color: 10959021.
HSL color Cylindrical-coordinate representation of color #AD38A7: hue angle of 303.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD38A7 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 167 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.32 |
| HSL | 303.08º | 0.51% | 0.45% | - |
| HSV(B) | 303.08º | 0.68% | 0.68% | - |
| XYZ | 25.62 | 14.5 | 38.01 | - |
| YUV | 103.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 167 | 0 | 0.68 | 0.03 | 0.32 | 303.08 | 0.51 | 0.45 |
| Hex | AD | 38 | A7 | 0 | 44 | 3 | 20 | 12F | 33 | 2D |
| Octal | 255 | 70 | 247 | 0 | 104 | 3 | 40 | 457 | 63 | 55 |
| Binary | 10101101 | 111000 | 10100111 | 0 | 1000100 | 11 | 100000 | 100101111 | 110011 | 101101 |
Color Harmonies of #AD38A7
Complementary color
Monochromatic Colors of #AD38A7
Black with #AD38A7
Text Example
Text Example
White with #AD38A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38A7; }
p { color: rgb(173,56,167); }
H1.HeaderClassName
{
color: #AD38A7;
}
.AnyTagClassName
{
color: #AD38A7;
}
</style>
background-color css
<style>
a { background-color: #AD38A7; }
a { background-color: rgb(173,56,167); }
div.DivClassName
{
background-color: #AD38A7;
}
.BgClassName
{
background-color: #AD38A7;
}
</style>
border-color css
<style>
span { border-color: #AD38A7; }
span { border-color: rgb(173,56,167); }
td.TdClassName
{
border-color: #AD38A7;
}
.TagClassName
{
border-color: #AD38A7;
}
</style>