Shades of Violet Blue #AD67B1
Tints of Violet Blue #AD67B1
RGB
CMYK
RGB Variations
Color information
#AD67B1 (or 0xAD67B1) is known color: Violet Blue. HEX triplet: AD, 67 and B1. RGB value is (173,103,177). Sum of RGB (Red+Green+Blue) = 173+103+177=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD67B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD67B1 is #52984E. Grayscale: #848484. Windows color (decimal): -5412943 or 11626413. OLE color: 11626413.
HSL color Cylindrical-coordinate representation of color #AD67B1: hue angle of 296.76º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD67B1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 103 | 177 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.31 |
| HSL | 296.76º | 0.32% | 0.55% | - |
| HSV(B) | 296.76º | 0.42% | 0.69% | - |
| XYZ | 30.02 | 21.76 | 44.21 | - |
| YUV | 132.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 177 | 0.02 | 0.42 | 0 | 0.31 | 296.76 | 0.32 | 0.55 |
| Hex | AD | 67 | B1 | 2 | 2A | 0 | 1F | 129 | 20 | 37 |
| Octal | 255 | 147 | 261 | 2 | 52 | 0 | 37 | 451 | 40 | 67 |
| Binary | 10101101 | 1100111 | 10110001 | 10 | 101010 | 0 | 11111 | 100101001 | 100000 | 110111 |
Color Harmonies of #AD67B1
Complementary color
Monochromatic Colors of #AD67B1
Black with #AD67B1
Text Example
Text Example
White with #AD67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67B1; }
p { color: rgb(173,103,177); }
H1.HeaderClassName
{
color: #AD67B1;
}
.AnyTagClassName
{
color: #AD67B1;
}
</style>
background-color css
<style>
a { background-color: #AD67B1; }
a { background-color: rgb(173,103,177); }
div.DivClassName
{
background-color: #AD67B1;
}
.BgClassName
{
background-color: #AD67B1;
}
</style>
border-color css
<style>
span { border-color: #AD67B1; }
span { border-color: rgb(173,103,177); }
td.TdClassName
{
border-color: #AD67B1;
}
.TagClassName
{
border-color: #AD67B1;
}
</style>