Shades of Lipstick #A32667
Tints of Lipstick #A32667
RGB
CMYK
RGB Variations
Color information
#A32667 (or 0xA32667) is known color: Lipstick. HEX triplet: A3, 26 and 67. RGB value is (163,38,103). Sum of RGB (Red+Green+Blue) = 163+38+103=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A32667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32667 is #5CD998. Grayscale: #525252. Windows color (decimal): -6085017 or 6760099. OLE color: 6760099.
HSL color Cylindrical-coordinate representation of color #A32667: hue angle of 328.8º degrees, saturation: 0.62, 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 #A32667 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 103 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.36 |
| HSL | 328.8º | 0.62% | 0.39% | - |
| HSV(B) | 328.8º | 0.77% | 0.64% | - |
| XYZ | 18.25 | 10.15 | 13.83 | - |
| YUV | 82.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 103 | 0 | 0.77 | 0.37 | 0.36 | 328.8 | 0.62 | 0.39 |
| Hex | A3 | 26 | 67 | 0 | 4D | 25 | 24 | 149 | 3E | 27 |
| Octal | 243 | 46 | 147 | 0 | 115 | 45 | 44 | 511 | 76 | 47 |
| Binary | 10100011 | 100110 | 1100111 | 0 | 1001101 | 100101 | 100100 | 101001001 | 111110 | 100111 |
Color Harmonies of #A32667
Complementary color
Monochromatic Colors of #A32667
Black with #A32667
Text Example
Text Example
White with #A32667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32667; }
p { color: rgb(163,38,103); }
H1.HeaderClassName
{
color: #A32667;
}
.AnyTagClassName
{
color: #A32667;
}
</style>
background-color css
<style>
a { background-color: #A32667; }
a { background-color: rgb(163,38,103); }
div.DivClassName
{
background-color: #A32667;
}
.BgClassName
{
background-color: #A32667;
}
</style>
border-color css
<style>
span { border-color: #A32667; }
span { border-color: rgb(163,38,103); }
td.TdClassName
{
border-color: #A32667;
}
.TagClassName
{
border-color: #A32667;
}
</style>