Html Css Color HEX #AB2B57 Lipstick

📋 copy color: '#AB2B57'

red 171 ◦ green 43 ◦ blue 87

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

Shades of Lipstick #AB2B57

Tints of Lipstick #AB2B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 56.81%
G = 14.29%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB2B57 (or 0xAB2B57) is known color: Lipstick. HEX triplet: AB, 2B and 57. RGB value is (171,43,87). Sum of RGB (Red+Green+Blue) = 171+43+87=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B57 is #54D4A8. Grayscale: #565656. Windows color (decimal): -5559465 or 5712811. OLE color: 5712811.

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

Color convert

RGB 171 43 87 -
CMYK 0 0.75 0.49 0.33
HSL 339.38º 0.6% 0.42% -
HSV(B) 339.38º 0.75% 0.67% -
XYZ 19.38 11.07 10.13 -
YUV 86.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 171 43 87 0 0.75 0.49 0.33 339.38 0.6 0.42
Hex AB 2B 57 0 4B 31 21 153 3C 2A
Octal 253 53 127 0 113 61 41 523 74 52
Binary 10101011 101011 1010111 0 1001011 110001 100001 101010011 111100 101010

Color Harmonies of #AB2B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B57

Black with #AB2B57

Text Example


Text Example

White with #AB2B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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