Html Css Color HEX #AB2859 Lipstick

📋 copy color: '#AB2859'

red 171 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #AB2859

Tints of Lipstick #AB2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 57%
G = 13.33%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB2859 (or 0xAB2859) is known color: Lipstick. HEX triplet: AB, 28 and 59. RGB value is (171,40,89). Sum of RGB (Red+Green+Blue) = 171+40+89=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2859 is #54D7A6. Grayscale: #545454. Windows color (decimal): -5560231 or 5843115. OLE color: 5843115.

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

Color convert

RGB 171 40 89 -
CMYK 0 0.77 0.48 0.33
HSL 337.56º 0.62% 0.41% -
HSV(B) 337.56º 0.77% 0.67% -
XYZ 19.36 10.9 10.53 -
YUV 84.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 171 40 89 0 0.77 0.48 0.33 337.56 0.62 0.41
Hex AB 28 59 0 4D 30 21 152 3E 29
Octal 253 50 131 0 115 60 41 522 76 51
Binary 10101011 101000 1011001 0 1001101 110000 100001 101010010 111110 101001

Color Harmonies of #AB2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2859

Black with #AB2859

Text Example


Text Example

White with #AB2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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