Shades of Lipstick #A32654
Tints of Lipstick #A32654
RGB
CMYK
RGB Variations
Color information
#A32654 (or 0xA32654) is known color: Lipstick. HEX triplet: A3, 26 and 54. RGB value is (163,38,84). Sum of RGB (Red+Green+Blue) = 163+38+84=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A32654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32654 is #5CD9AB. Grayscale: #505050. Windows color (decimal): -6085036 or 5514915. OLE color: 5514915.
HSL color Cylindrical-coordinate representation of color #A32654: hue angle of 337.92º 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 #A32654 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 38 | 84 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.36 |
| HSL | 337.92º | 0.62% | 0.39% | - |
| HSV(B) | 337.92º | 0.77% | 0.64% | - |
| XYZ | 17.4 | 9.81 | 9.36 | - |
| YUV | 80.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 38 | 84 | 0 | 0.77 | 0.48 | 0.36 | 337.92 | 0.62 | 0.39 |
| Hex | A3 | 26 | 54 | 0 | 4D | 30 | 24 | 152 | 3E | 27 |
| Octal | 243 | 46 | 124 | 0 | 115 | 60 | 44 | 522 | 76 | 47 |
| Binary | 10100011 | 100110 | 1010100 | 0 | 1001101 | 110000 | 100100 | 101010010 | 111110 | 100111 |
Color Harmonies of #A32654
Complementary color
Monochromatic Colors of #A32654
Black with #A32654
Text Example
Text Example
White with #A32654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32654; }
p { color: rgb(163,38,84); }
H1.HeaderClassName
{
color: #A32654;
}
.AnyTagClassName
{
color: #A32654;
}
</style>
background-color css
<style>
a { background-color: #A32654; }
a { background-color: rgb(163,38,84); }
div.DivClassName
{
background-color: #A32654;
}
.BgClassName
{
background-color: #A32654;
}
</style>
border-color css
<style>
span { border-color: #A32654; }
span { border-color: rgb(163,38,84); }
td.TdClassName
{
border-color: #A32654;
}
.TagClassName
{
border-color: #A32654;
}
</style>