Html Css Color HEX #AB2459 Lipstick

📋 copy color: '#AB2459'

red 171 ◦ green 36 ◦ blue 89

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

Shades of Lipstick #AB2459

Tints of Lipstick #AB2459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 57.77%
G = 12.16%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB2459 (or 0xAB2459) is known color: Lipstick. HEX triplet: AB, 24 and 59. RGB value is (171,36,89). Sum of RGB (Red+Green+Blue) = 171+36+89=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2459 is #54DBA6. Grayscale: #525252. Windows color (decimal): -5561255 or 5842091. OLE color: 5842091.

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

Color convert

RGB 171 36 89 -
CMYK 0 0.79 0.48 0.33
HSL 336.44º 0.65% 0.41% -
HSV(B) 336.44º 0.79% 0.67% -
XYZ 19.23 10.64 10.49 -
YUV 82.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 171 36 89 0 0.79 0.48 0.33 336.44 0.65 0.41
Hex AB 24 59 0 4F 30 21 150 41 29
Octal 253 44 131 0 117 60 41 520 101 51
Binary 10101011 100100 1011001 0 1001111 110000 100001 101010000 1000001 101001

Color Harmonies of #AB2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2459

Black with #AB2459

Text Example


Text Example

White with #AB2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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