Shades of Lipstick #A32565
Tints of Lipstick #A32565
RGB
CMYK
RGB Variations
Color information
#A32565 (or 0xA32565) is known color: Lipstick. HEX triplet: A3, 25 and 65. RGB value is (163,37,101). Sum of RGB (Red+Green+Blue) = 163+37+101=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A32565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32565 is #5CDA9A. Grayscale: #515151. Windows color (decimal): -6085275 or 6628771. OLE color: 6628771.
HSL color Cylindrical-coordinate representation of color #A32565: hue angle of 329.52º 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 #A32565 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 101 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.36 |
| HSL | 329.52º | 0.63% | 0.39% | - |
| HSV(B) | 329.52º | 0.77% | 0.64% | - |
| XYZ | 18.11 | 10.05 | 13.3 | - |
| YUV | 81.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 101 | 0 | 0.77 | 0.38 | 0.36 | 329.52 | 0.63 | 0.39 |
| Hex | A3 | 25 | 65 | 0 | 4D | 26 | 24 | 14A | 3F | 27 |
| Octal | 243 | 45 | 145 | 0 | 115 | 46 | 44 | 512 | 77 | 47 |
| Binary | 10100011 | 100101 | 1100101 | 0 | 1001101 | 100110 | 100100 | 101001010 | 111111 | 100111 |
Color Harmonies of #A32565
Complementary color
Monochromatic Colors of #A32565
Black with #A32565
Text Example
Text Example
White with #A32565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32565; }
p { color: rgb(163,37,101); }
H1.HeaderClassName
{
color: #A32565;
}
.AnyTagClassName
{
color: #A32565;
}
</style>
background-color css
<style>
a { background-color: #A32565; }
a { background-color: rgb(163,37,101); }
div.DivClassName
{
background-color: #A32565;
}
.BgClassName
{
background-color: #A32565;
}
</style>
border-color css
<style>
span { border-color: #A32565; }
span { border-color: rgb(163,37,101); }
td.TdClassName
{
border-color: #A32565;
}
.TagClassName
{
border-color: #A32565;
}
</style>