Html Css Color HEX #AB2958 Lipstick

📋 copy color: '#AB2958'

red 171 ◦ green 41 ◦ blue 88

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

Shades of Lipstick #AB2958

Tints of Lipstick #AB2958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 57%
G = 13.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB2958 (or 0xAB2958) is known color: Lipstick. HEX triplet: AB, 29 and 58. RGB value is (171,41,88). Sum of RGB (Red+Green+Blue) = 171+41+88=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2958 is #54D6A7. Grayscale: #555555. Windows color (decimal): -5559976 or 5777835. OLE color: 5777835.

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

Color convert

RGB 171 41 88 -
CMYK 0 0.76 0.49 0.33
HSL 338.31º 0.61% 0.42% -
HSV(B) 338.31º 0.76% 0.67% -
XYZ 19.35 10.95 10.33 -
YUV 85.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 171 41 88 0 0.76 0.49 0.33 338.31 0.61 0.42
Hex AB 29 58 0 4C 31 21 152 3D 2A
Octal 253 51 130 0 114 61 41 522 75 52
Binary 10101011 101001 1011000 0 1001100 110001 100001 101010010 111101 101010

Color Harmonies of #AB2958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2958

Black with #AB2958

Text Example


Text Example

White with #AB2958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2958; }

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

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

background-color css

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

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

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

border-color css

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

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

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