Html Css Color HEX #AB284F Lipstick

📋 copy color: '#AB284F'

red 171 ◦ green 40 ◦ blue 79

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

Shades of Lipstick #AB284F

Tints of Lipstick #AB284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.24%

R = 58.97%
G = 13.79%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB284F (or 0xAB284F) is known color: Lipstick. HEX triplet: AB, 28 and 4F. RGB value is (171,40,79). Sum of RGB (Red+Green+Blue) = 171+40+79=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB284F is #54D7B0. Grayscale: #535353. Windows color (decimal): -5560241 or 5187755. OLE color: 5187755.

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

Color convert

RGB 171 40 79 -
CMYK 0 0.77 0.54 0.33
HSL 342.14º 0.62% 0.41% -
HSV(B) 342.14º 0.77% 0.67% -
XYZ 18.96 10.74 8.47 -
YUV 83.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 171 40 79 0 0.77 0.54 0.33 342.14 0.62 0.41
Hex AB 28 4F 0 4D 36 21 156 3E 29
Octal 253 50 117 0 115 66 41 526 76 51
Binary 10101011 101000 1001111 0 1001101 110110 100001 101010110 111110 101001

Color Harmonies of #AB284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB284F

Black with #AB284F

Text Example


Text Example

White with #AB284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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