Shades of Lipstick #A8284B
Tints of Lipstick #A8284B
RGB
CMYK
RGB Variations
Color information
#A8284B (or 0xA8284B) is known color: Lipstick. HEX triplet: A8, 28 and 4B. RGB value is (168,40,75). Sum of RGB (Red+Green+Blue) = 168+40+75=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8284B is #57D7B4. Grayscale: #525252. Windows color (decimal): -5756853 or 4925608. OLE color: 4925608.
HSL color Cylindrical-coordinate representation of color #A8284B: hue angle of 343.59º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8284B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 75 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.34 |
| HSL | 343.59º | 0.62% | 0.41% | - |
| HSV(B) | 343.59º | 0.76% | 0.66% | - |
| XYZ | 18.18 | 10.35 | 7.7 | - |
| YUV | 82.26 | 123.91 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 75 | 0 | 0.76 | 0.55 | 0.34 | 343.59 | 0.62 | 0.41 |
| Hex | A8 | 28 | 4B | 0 | 4C | 37 | 22 | 158 | 3E | 29 |
| Octal | 250 | 50 | 113 | 0 | 114 | 67 | 42 | 530 | 76 | 51 |
| Binary | 10101000 | 101000 | 1001011 | 0 | 1001100 | 110111 | 100010 | 101011000 | 111110 | 101001 |
Color Harmonies of #A8284B
Complementary color
Monochromatic Colors of #A8284B
Black with #A8284B
Text Example
Text Example
White with #A8284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8284B; }
p { color: rgb(168,40,75); }
H1.HeaderClassName
{
color: #A8284B;
}
.AnyTagClassName
{
color: #A8284B;
}
</style>
background-color css
<style>
a { background-color: #A8284B; }
a { background-color: rgb(168,40,75); }
div.DivClassName
{
background-color: #A8284B;
}
.BgClassName
{
background-color: #A8284B;
}
</style>
border-color css
<style>
span { border-color: #A8284B; }
span { border-color: rgb(168,40,75); }
td.TdClassName
{
border-color: #A8284B;
}
.TagClassName
{
border-color: #A8284B;
}
</style>