#AB2563

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

Shades of Lipstick #AB2563

Tints of Lipstick #AB2563

Color information

#AB2563 (or 0xAB2563) is unknown color: approx Lipstick. HEX triplet: AB, 25 and 63. RGB value is (171,37,99). Sum of RGB (Red+Green+Blue) = 171+37+99=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2563 is #54DA9C. Grayscale: #545454. Windows color (decimal): -5560989 or 6497707. OLE color: 6497707.

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

Color convert

RGB1713799-
CMYK00.780.420.33
HSL332.24º64.42%40.78%-
HSV(B)332.24º78.36%67.06%-
XYZ19.7110.8812.87-
YUV84.13136.39189.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=55.70%
G=12.05%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171379900.780.420.33332.2464.4240.78
HexAB256304E2A2114c4029
Octal253451430116524151410051
Binary101010111001011100011010011101010101000011010011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2563; }

 p { color: rgb(171,37,99); }

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

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

 a { background-color: rgb(171,37,99); }

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

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

 span { border-color: rgb(171,37,99); }

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