Html Css Color HEX #AB2656 Lipstick

📋 copy color: '#AB2656'

red 171 ◦ green 38 ◦ blue 86

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

Shades of Lipstick #AB2656

Tints of Lipstick #AB2656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.15%

R = 57.97%
G = 12.88%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB2656 (or 0xAB2656) is known color: Lipstick. HEX triplet: AB, 26 and 56. RGB value is (171,38,86). Sum of RGB (Red+Green+Blue) = 171+38+86=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2656 is #54D9A9. Grayscale: #535353. Windows color (decimal): -5560746 or 5645995. OLE color: 5645995.

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

Color convert

RGB 171 38 86 -
CMYK 0 0.78 0.50 0.33
HSL 338.35º 0.64% 0.41% -
HSV(B) 338.35º 0.78% 0.67% -
XYZ 19.17 10.72 9.86 -
YUV 83.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 171 38 86 0 0.78 0.50 0.33 338.35 0.64 0.41
Hex AB 26 56 0 4E 32 21 152 40 29
Octal 253 46 126 0 116 62 41 522 100 51
Binary 10101011 100110 1010110 0 1001110 110010 100001 101010010 1000000 101001

Color Harmonies of #AB2656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2656

Black with #AB2656

Text Example


Text Example

White with #AB2656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2656; }

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

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

background-color css

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

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

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

border-color css

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

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

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