#AB264F

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

Shades of Lipstick #AB264F

Tints of Lipstick #AB264F

Color information

#AB264F (or 0xAB264F) is unknown color: approx Lipstick. HEX triplet: AB, 26 and 4F. RGB value is (171,38,79). Sum of RGB (Red+Green+Blue) = 171+38+79=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB264F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB264F is #54D9B0. Grayscale: #525252. Windows color (decimal): -5560753 or 5187243. OLE color: 5187243.

HSL color Cylindrical-coordinate representation of color #AB264F: hue angle of 341.5º 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 #AB264F is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1713879-
CMYK00.780.540.33
HSL341.5º63.64%40.98%-
HSV(B)341.5º77.78%67.06%-
XYZ18.910.618.45-
YUV82.44126.06191.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=59.38%
G=13.19%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171387900.780.540.33341.563.6440.98
HexAB264F04E36211564029
Octal253461170116664152610051
Binary101010111001101001111010011101101101000011010101101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB264F; }

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

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

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

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

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

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

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

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