Html Css Color HEX #AB2854 Lipstick

📋 copy color: '#AB2854'

red 171 ◦ green 40 ◦ blue 84

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

Shades of Lipstick #AB2854

Tints of Lipstick #AB2854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 57.97%
G = 13.56%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB2854 (or 0xAB2854) is known color: Lipstick. HEX triplet: AB, 28 and 54. RGB value is (171,40,84). Sum of RGB (Red+Green+Blue) = 171+40+84=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2854 is #54D7AB. Grayscale: #545454. Windows color (decimal): -5560236 or 5515435. OLE color: 5515435.

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

Color convert

RGB 171 40 84 -
CMYK 0 0.77 0.51 0.33
HSL 339.85º 0.62% 0.41% -
HSV(B) 339.85º 0.77% 0.67% -
XYZ 19.15 10.82 9.47 -
YUV 84.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 171 40 84 0 0.77 0.51 0.33 339.85 0.62 0.41
Hex AB 28 54 0 4D 33 21 154 3E 29
Octal 253 50 124 0 115 63 41 524 76 51
Binary 10101011 101000 1010100 0 1001101 110011 100001 101010100 111110 101001

Color Harmonies of #AB2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2854

Black with #AB2854

Text Example


Text Example

White with #AB2854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2854; }

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

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

background-color css

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

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

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

border-color css

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

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

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