Shades of Lipstick #A32567
Tints of Lipstick #A32567
RGB
CMYK
RGB Variations
Color information
#A32567 (or 0xA32567) is known color: Lipstick. HEX triplet: A3, 25 and 67. RGB value is (163,37,103). Sum of RGB (Red+Green+Blue) = 163+37+103=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A32567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32567 is #5CDA98. Grayscale: #525252. Windows color (decimal): -6085273 or 6759843. OLE color: 6759843.
HSL color Cylindrical-coordinate representation of color #A32567: hue angle of 328.57º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32567 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 103 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.36 |
| HSL | 328.57º | 0.63% | 0.39% | - |
| HSV(B) | 328.57º | 0.77% | 0.64% | - |
| XYZ | 18.21 | 10.09 | 13.82 | - |
| YUV | 82.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 103 | 0 | 0.77 | 0.37 | 0.36 | 328.57 | 0.63 | 0.39 |
| Hex | A3 | 25 | 67 | 0 | 4D | 25 | 24 | 149 | 3F | 27 |
| Octal | 243 | 45 | 147 | 0 | 115 | 45 | 44 | 511 | 77 | 47 |
| Binary | 10100011 | 100101 | 1100111 | 0 | 1001101 | 100101 | 100100 | 101001001 | 111111 | 100111 |
Color Harmonies of #A32567
Complementary color
Monochromatic Colors of #A32567
Black with #A32567
Text Example
Text Example
White with #A32567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32567; }
p { color: rgb(163,37,103); }
H1.HeaderClassName
{
color: #A32567;
}
.AnyTagClassName
{
color: #A32567;
}
</style>
background-color css
<style>
a { background-color: #A32567; }
a { background-color: rgb(163,37,103); }
div.DivClassName
{
background-color: #A32567;
}
.BgClassName
{
background-color: #A32567;
}
</style>
border-color css
<style>
span { border-color: #A32567; }
span { border-color: rgb(163,37,103); }
td.TdClassName
{
border-color: #A32567;
}
.TagClassName
{
border-color: #A32567;
}
</style>