Html Css Color HEX #AB2759 Lipstick

📋 copy color: '#AB2759'

red 171 ◦ green 39 ◦ blue 89

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

Shades of Lipstick #AB2759

Tints of Lipstick #AB2759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 57.19%
G = 13.04%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB2759 (or 0xAB2759) is known color: Lipstick. HEX triplet: AB, 27 and 59. RGB value is (171,39,89). Sum of RGB (Red+Green+Blue) = 171+39+89=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2759 is #54D8A6. Grayscale: #545454. Windows color (decimal): -5560487 or 5842859. OLE color: 5842859.

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

Color convert

RGB 171 39 89 -
CMYK 0 0.77 0.48 0.33
HSL 337.27º 0.63% 0.41% -
HSV(B) 337.27º 0.77% 0.67% -
XYZ 19.32 10.83 10.52 -
YUV 84.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 171 39 89 0 0.77 0.48 0.33 337.27 0.63 0.41
Hex AB 27 59 0 4D 30 21 151 3F 29
Octal 253 47 131 0 115 60 41 521 77 51
Binary 10101011 100111 1011001 0 1001101 110000 100001 101010001 111111 101001

Color Harmonies of #AB2759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2759

Black with #AB2759

Text Example


Text Example

White with #AB2759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2759; }

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

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

background-color css

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

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

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

border-color css

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

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

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