Html Css Color HEX #AB2156 Lipstick

📋 copy color: '#AB2156'

red 171 ◦ green 33 ◦ blue 86

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

Shades of Lipstick #AB2156

Tints of Lipstick #AB2156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 58.97%
G = 11.38%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB2156 (or 0xAB2156) is known color: Lipstick. HEX triplet: AB, 21 and 56. RGB value is (171,33,86). Sum of RGB (Red+Green+Blue) = 171+33+86=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2156 is #54DEA9. Grayscale: #505050. Windows color (decimal): -5562026 or 5644715. OLE color: 5644715.

HSL color Cylindrical-coordinate representation of color #AB2156: hue angle of 336.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2156 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 86 -
CMYK 0 0.81 0.50 0.33
HSL 336.96º 0.68% 0.4% -
HSV(B) 336.96º 0.81% 0.67% -
XYZ 19.02 10.42 9.81 -
YUV 80.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 171 33 86 0 0.81 0.50 0.33 336.96 0.68 0.4
Hex AB 21 56 0 51 32 21 151 44 28
Octal 253 41 126 0 121 62 41 521 104 50
Binary 10101011 100001 1010110 0 1010001 110010 100001 101010001 1000100 101000

Color Harmonies of #AB2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2156

Black with #AB2156

Text Example


Text Example

White with #AB2156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2156; }

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

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

background-color css

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

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

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

border-color css

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

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

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