#AB244D

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

Shades of Lipstick #AB244D

Tints of Lipstick #AB244D

Color information

#AB244D (or 0xAB244D) is unknown color: approx Lipstick. HEX triplet: AB, 24 and 4D. RGB value is (171,36,77). Sum of RGB (Red+Green+Blue) = 171+36+77=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB244D is #54DBB2. Grayscale: #515151. Windows color (decimal): -5561267 or 5055659. OLE color: 5055659.

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

Color convert

RGB1713677-
CMYK00.790.550.33
HSL341.78º65.22%40.59%-
HSV(B)341.78º78.95%67.06%-
XYZ18.7710.468.05-
YUV81.04125.73192.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=60.21%
G=12.68%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171367700.790.550.33341.7865.2240.59
HexAB244D04F37211564129
Octal253441150117674152610151
Binary101010111001001001101010011111101111000011010101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB244D; }

 p { color: rgb(171,36,77); }

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

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

 a { background-color: rgb(171,36,77); }

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

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

 span { border-color: rgb(171,36,77); }

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