Html Css Color HEX #AB295F Lipstick

📋 copy color: '#AB295F'

red 171 ◦ green 41 ◦ blue 95

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

Shades of Lipstick #AB295F

Tints of Lipstick #AB295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 55.7%
G = 13.36%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB295F (or 0xAB295F) is known color: Lipstick. HEX triplet: AB, 29 and 5F. RGB value is (171,41,95). Sum of RGB (Red+Green+Blue) = 171+41+95=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295F is #54D6A0. Grayscale: #555555. Windows color (decimal): -5559969 or 6236587. OLE color: 6236587.

HSL color Cylindrical-coordinate representation of color #AB295F: hue angle of 335.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB295F is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 95 -
CMYK 0 0.76 0.44 0.33
HSL 335.08º 0.61% 0.42% -
HSV(B) 335.08º 0.76% 0.67% -
XYZ 19.65 11.07 11.93 -
YUV 86.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 171 41 95 0 0.76 0.44 0.33 335.08 0.61 0.42
Hex AB 29 5F 0 4C 2C 21 14F 3D 2A
Octal 253 51 137 0 114 54 41 517 75 52
Binary 10101011 101001 1011111 0 1001100 101100 100001 101001111 111101 101010

Color Harmonies of #AB295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB295F

Black with #AB295F

Text Example


Text Example

White with #AB295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB295F; }

 p { color: rgb(171,41,95); }

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

background-color css

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

 a { background-color: rgb(171,41,95); }

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

border-color css

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

 span { border-color: rgb(171,41,95); }

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