Html Css Color HEX #AB254F Lipstick

📋 copy color: '#AB254F'

red 171 ◦ green 37 ◦ blue 79

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

Shades of Lipstick #AB254F

Tints of Lipstick #AB254F

RGB

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

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

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

R = 59.58%
G = 12.89%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB254F (or 0xAB254F) is known color: Lipstick. HEX triplet: AB, 25 and 4F. RGB value is (171,37,79). Sum of RGB (Red+Green+Blue) = 171+37+79=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB254F is #54DAB0. Grayscale: #515151. Windows color (decimal): -5561009 or 5186987. OLE color: 5186987.

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

Color convert

RGB 171 37 79 -
CMYK 0 0.78 0.54 0.33
HSL 341.19º 0.64% 0.41% -
HSV(B) 341.19º 0.78% 0.67% -
XYZ 18.87 10.55 8.44 -
YUV 81.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 171 37 79 0 0.78 0.54 0.33 341.19 0.64 0.41
Hex AB 25 4F 0 4E 36 21 155 40 29
Octal 253 45 117 0 116 66 41 525 100 51
Binary 10101011 100101 1001111 0 1001110 110110 100001 101010101 1000000 101001

Color Harmonies of #AB254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB254F

Black with #AB254F

Text Example


Text Example

White with #AB254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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