Html Css Color HEX #AB2559 Lipstick

📋 copy color: '#AB2559'

red 171 ◦ green 37 ◦ blue 89

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

Shades of Lipstick #AB2559

Tints of Lipstick #AB2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 57.58%
G = 12.46%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB2559 (or 0xAB2559) is known color: Lipstick. HEX triplet: AB, 25 and 59. RGB value is (171,37,89). Sum of RGB (Red+Green+Blue) = 171+37+89=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2559 is #54DAA6. Grayscale: #525252. Windows color (decimal): -5560999 or 5842347. OLE color: 5842347.

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

Color convert

RGB 171 37 89 -
CMYK 0 0.78 0.48 0.33
HSL 336.72º 0.64% 0.41% -
HSV(B) 336.72º 0.78% 0.67% -
XYZ 19.26 10.7 10.5 -
YUV 82.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 171 37 89 0 0.78 0.48 0.33 336.72 0.64 0.41
Hex AB 25 59 0 4E 30 21 151 40 29
Octal 253 45 131 0 116 60 41 521 100 51
Binary 10101011 100101 1011001 0 1001110 110000 100001 101010001 1000000 101001

Color Harmonies of #AB2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2559

Black with #AB2559

Text Example


Text Example

White with #AB2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2559; }

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

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

background-color css

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

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

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

border-color css

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

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

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