#AB2762

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

Shades of Lipstick #AB2762

Tints of Lipstick #AB2762

Color information

#AB2762 (or 0xAB2762) is unknown color: approx Lipstick. HEX triplet: AB, 27 and 62. RGB value is (171,39,98). Sum of RGB (Red+Green+Blue) = 171+39+98=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2762 is #54D89D. Grayscale: #555555. Windows color (decimal): -5560478 or 6432683. OLE color: 6432683.

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

Color convert

RGB1713998-
CMYK00.770.430.33
HSL333.18º62.86%41.18%-
HSV(B)333.18º77.19%67.06%-
XYZ19.7210.9912.64-
YUV85.19135.23189.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=55.52%
G=12.66%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171399800.770.430.33333.1862.8641.18
HexAB276204D2B2114d3f29
Octal25347142011553415157751
Binary10101011100111110001001001101101011100001101001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2762; }

 p { color: rgb(171,39,98); }

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

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

 a { background-color: rgb(171,39,98); }

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

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

 span { border-color: rgb(171,39,98); }

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