Html Css Color HEX #AB245F Lipstick

📋 copy color: '#AB245F'

red 171 ◦ green 36 ◦ blue 95

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

Shades of Lipstick #AB245F

Tints of Lipstick #AB245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 56.62%
G = 11.92%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB245F (or 0xAB245F) is known color: Lipstick. HEX triplet: AB, 24 and 5F. RGB value is (171,36,95). Sum of RGB (Red+Green+Blue) = 171+36+95=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB245F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB245F is #54DBA0. Grayscale: #525252. Windows color (decimal): -5561249 or 6235307. OLE color: 6235307.

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

Color convert

RGB 171 36 95 -
CMYK 0 0.79 0.44 0.33
HSL 333.78º 0.65% 0.41% -
HSV(B) 333.78º 0.79% 0.67% -
XYZ 19.49 10.75 11.87 -
YUV 83.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 171 36 95 0 0.79 0.44 0.33 333.78 0.65 0.41
Hex AB 24 5F 0 4F 2C 21 14E 41 29
Octal 253 44 137 0 117 54 41 516 101 51
Binary 10101011 100100 1011111 0 1001111 101100 100001 101001110 1000001 101001

Color Harmonies of #AB245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB245F

Black with #AB245F

Text Example


Text Example

White with #AB245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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