Html Css Color HEX #AB2354 Lipstick

📋 copy color: '#AB2354'

red 171 ◦ green 35 ◦ blue 84

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

Shades of Lipstick #AB2354

Tints of Lipstick #AB2354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 58.97%
G = 12.07%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB2354 (or 0xAB2354) is known color: Lipstick. HEX triplet: AB, 23 and 54. RGB value is (171,35,84). Sum of RGB (Red+Green+Blue) = 171+35+84=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2354 is #54DCAB. Grayscale: #515151. Windows color (decimal): -5561516 or 5514155. OLE color: 5514155.

HSL color Cylindrical-coordinate representation of color #AB2354: hue angle of 338.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2354 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 84 -
CMYK 0 0.80 0.51 0.33
HSL 338.38º 0.66% 0.4% -
HSV(B) 338.38º 0.8% 0.67% -
XYZ 19 10.5 9.41 -
YUV 81.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 171 35 84 0 0.80 0.51 0.33 338.38 0.66 0.4
Hex AB 23 54 0 50 33 21 152 42 28
Octal 253 43 124 0 120 63 41 522 102 50
Binary 10101011 100011 1010100 0 1010000 110011 100001 101010010 1000010 101000

Color Harmonies of #AB2354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2354

Black with #AB2354

Text Example


Text Example

White with #AB2354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2354; }

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

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

background-color css

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

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

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

border-color css

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

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

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