Html Css Color HEX #AB2657 Lipstick

📋 copy color: '#AB2657'

red 171 ◦ green 38 ◦ blue 87

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

Shades of Lipstick #AB2657

Tints of Lipstick #AB2657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 57.77%
G = 12.84%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB2657 (or 0xAB2657) is known color: Lipstick. HEX triplet: AB, 26 and 57. RGB value is (171,38,87). Sum of RGB (Red+Green+Blue) = 171+38+87=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2657 is #54D9A8. Grayscale: #535353. Windows color (decimal): -5560745 or 5711531. OLE color: 5711531.

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

Color convert

RGB 171 38 87 -
CMYK 0 0.78 0.49 0.33
HSL 337.89º 0.64% 0.41% -
HSV(B) 337.89º 0.78% 0.67% -
XYZ 19.21 10.73 10.08 -
YUV 83.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 171 38 87 0 0.78 0.49 0.33 337.89 0.64 0.41
Hex AB 26 57 0 4E 31 21 152 40 29
Octal 253 46 127 0 116 61 41 522 100 51
Binary 10101011 100110 1010111 0 1001110 110001 100001 101010010 1000000 101001

Color Harmonies of #AB2657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2657

Black with #AB2657

Text Example


Text Example

White with #AB2657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2657; }

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

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

background-color css

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

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

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

border-color css

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

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

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