Shades of Lipstick #AD2658
Tints of Lipstick #AD2658
RGB
CMYK
RGB Variations
Color information
#AD2658 (or 0xAD2658) is known color: Lipstick. HEX triplet: AD, 26 and 58. RGB value is (173,38,88). Sum of RGB (Red+Green+Blue) = 173+38+88=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2658 is #52D9A7. Grayscale: #545454. Windows color (decimal): -5429672 or 5777069. OLE color: 5777069.
HSL color Cylindrical-coordinate representation of color #AD2658: hue angle of 337.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2658 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 88 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.32 |
| HSL | 337.78º | 0.64% | 0.41% | - |
| HSV(B) | 337.78º | 0.78% | 0.68% | - |
| XYZ | 19.69 | 10.98 | 10.31 | - |
| YUV | 84.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 88 | 0 | 0.78 | 0.49 | 0.32 | 337.78 | 0.64 | 0.41 |
| Hex | AD | 26 | 58 | 0 | 4E | 31 | 20 | 152 | 40 | 29 |
| Octal | 255 | 46 | 130 | 0 | 116 | 61 | 40 | 522 | 100 | 51 |
| Binary | 10101101 | 100110 | 1011000 | 0 | 1001110 | 110001 | 100000 | 101010010 | 1000000 | 101001 |
Color Harmonies of #AD2658
Complementary color
Monochromatic Colors of #AD2658
Black with #AD2658
Text Example
Text Example
White with #AD2658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2658; }
p { color: rgb(173,38,88); }
H1.HeaderClassName
{
color: #AD2658;
}
.AnyTagClassName
{
color: #AD2658;
}
</style>
background-color css
<style>
a { background-color: #AD2658; }
a { background-color: rgb(173,38,88); }
div.DivClassName
{
background-color: #AD2658;
}
.BgClassName
{
background-color: #AD2658;
}
</style>
border-color css
<style>
span { border-color: #AD2658; }
span { border-color: rgb(173,38,88); }
td.TdClassName
{
border-color: #AD2658;
}
.TagClassName
{
border-color: #AD2658;
}
</style>