Html Css Color HEX #AB2457 Lipstick

📋 copy color: '#AB2457'

red 171 ◦ green 36 ◦ blue 87

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

Shades of Lipstick #AB2457

Tints of Lipstick #AB2457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 58.16%
G = 12.24%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB2457 (or 0xAB2457) is known color: Lipstick. HEX triplet: AB, 24 and 57. RGB value is (171,36,87). Sum of RGB (Red+Green+Blue) = 171+36+87=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2457 is #54DBA8. Grayscale: #525252. Windows color (decimal): -5561257 or 5711019. OLE color: 5711019.

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

Color convert

RGB 171 36 87 -
CMYK 0 0.79 0.49 0.33
HSL 337.33º 0.65% 0.41% -
HSV(B) 337.33º 0.79% 0.67% -
XYZ 19.15 10.61 10.06 -
YUV 82.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 171 36 87 0 0.79 0.49 0.33 337.33 0.65 0.41
Hex AB 24 57 0 4F 31 21 151 41 29
Octal 253 44 127 0 117 61 41 521 101 51
Binary 10101011 100100 1010111 0 1001111 110001 100001 101010001 1000001 101001

Color Harmonies of #AB2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2457

Black with #AB2457

Text Example


Text Example

White with #AB2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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