#AB2650

Color #AB2650 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AB2650

Tints of Lipstick #AB2650

Color information

#AB2650 (or 0xAB2650) is unknown color: approx Lipstick. HEX triplet: AB, 26 and 50. RGB value is (171,38,80). Sum of RGB (Red+Green+Blue) = 171+38+80=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2650 is #54D9AF. Grayscale: #525252. Windows color (decimal): -5560752 or 5252779. OLE color: 5252779.

HSL color Cylindrical-coordinate representation of color #AB2650: hue angle of 341.05º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2650 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1713880-
CMYK00.780.530.33
HSL341.05º63.64%40.98%-
HSV(B)341.05º77.78%67.06%-
XYZ18.9410.628.64-
YUV82.56126.56191.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=59.17%
G=13.15%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171388000.780.530.33341.0563.6440.98
HexAB265004E35211554029
Octal253461200116654152510051
Binary101010111001101010000010011101101011000011010101011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2650; }

 p { color: rgb(171,38,80); }

 H1.HeaderClassName
 {
   color: #AB2650;
 }
 .AnyTagClassName
 {
   color: #AB2650;
 }
</style>
background-color css

<style>
 a { background-color: #AB2650; }

 a { background-color: rgb(171,38,80); }

 div.DivClassName
 {
   background-color: #AB2650;
 }
 .BgClassName
 {
   background-color: #AB2650;
 }
</style>
border-color css

<style>
 span { border-color: #AB2650; }

 span { border-color: rgb(171,38,80); }

 td.TdClassName
 {
   border-color: #AB2650;
 }
 .TagClassName
 {
   border-color: #AB2650;
 }
</style>