Html Css Color HEX #AB2B58 Lipstick

📋 copy color: '#AB2B58'

red 171 ◦ green 43 ◦ blue 88

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

Shades of Lipstick #AB2B58

Tints of Lipstick #AB2B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 56.62%
G = 14.24%
B = 29.14%

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

#AB2B58 (or 0xAB2B58) is known color: Lipstick. HEX triplet: AB, 2B and 58. RGB value is (171,43,88). Sum of RGB (Red+Green+Blue) = 171+43+88=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B58 is #54D4A7. Grayscale: #565656. Windows color (decimal): -5559464 or 5778347. OLE color: 5778347.

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

Color convert

RGB 171 43 88 -
CMYK 0 0.75 0.49 0.33
HSL 338.91º 0.6% 0.42% -
HSV(B) 338.91º 0.75% 0.67% -
XYZ 19.42 11.09 10.35 -
YUV 86.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 171 43 88 0 0.75 0.49 0.33 338.91 0.6 0.42
Hex AB 2B 58 0 4B 31 21 153 3C 2A
Octal 253 53 130 0 113 61 41 523 74 52
Binary 10101011 101011 1011000 0 1001011 110001 100001 101010011 111100 101010

Color Harmonies of #AB2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B58

Black with #AB2B58

Text Example


Text Example

White with #AB2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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