Html Css Color HEX #AB2B59 Lipstick

📋 copy color: '#AB2B59'

red 171 ◦ green 43 ◦ blue 89

#AB2B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AB2B59

Tints of Lipstick #AB2B59

RGB

 RED value IS 171 (67.19% from 255) = 56.44%

 GREEN value IS 43 (17.19% from 255) = 14.19%

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 56.44%
G = 14.19%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB2B59 (or 0xAB2B59) is known color: Lipstick. HEX triplet: AB, 2B and 59. RGB value is (171,43,89). Sum of RGB (Red+Green+Blue) = 171+43+89=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B59 is #54D4A6. Grayscale: #565656. Windows color (decimal): -5559463 or 5843883. OLE color: 5843883.

HSL color Cylindrical-coordinate representation of color #AB2B59: hue angle of 338.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B59 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 89 -
CMYK 0 0.75 0.48 0.33
HSL 338.44º 0.6% 0.42% -
HSV(B) 338.44º 0.75% 0.67% -
XYZ 19.46 11.11 10.57 -
YUV 86.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 171 43 89 0 0.75 0.48 0.33 338.44 0.6 0.42
Hex AB 2B 59 0 4B 30 21 152 3C 2A
Octal 253 53 131 0 113 60 41 522 74 52
Binary 10101011 101011 1011001 0 1001011 110000 100001 101010010 111100 101010

Color Harmonies of #AB2B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B59

Black with #AB2B59

Text Example


Text Example

White with #AB2B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B59; }

 p { color: rgb(171,43,89); }

 H1.HeaderClassName
 {
   color: #AB2B59;
 }
 .AnyTagClassName
 {
   color: #AB2B59;
 }
</style>

background-color css

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

 a { background-color: rgb(171,43,89); }

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

border-color css

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

 span { border-color: rgb(171,43,89); }

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