Html Css Color HEX #AB2461 Lipstick

📋 copy color: '#AB2461'

red 171 ◦ green 36 ◦ blue 97

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

Shades of Lipstick #AB2461

Tints of Lipstick #AB2461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 56.25%
G = 11.84%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB2461 (or 0xAB2461) is known color: Lipstick. HEX triplet: AB, 24 and 61. RGB value is (171,36,97). Sum of RGB (Red+Green+Blue) = 171+36+97=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2461 is #54DB9E. Grayscale: #535353. Windows color (decimal): -5561247 or 6366379. OLE color: 6366379.

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

Color convert

RGB 171 36 97 -
CMYK 0 0.79 0.43 0.33
HSL 332.89º 0.65% 0.41% -
HSV(B) 332.89º 0.79% 0.67% -
XYZ 19.58 10.78 12.36 -
YUV 83.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 171 36 97 0 0.79 0.43 0.33 332.89 0.65 0.41
Hex AB 24 61 0 4F 2B 21 14D 41 29
Octal 253 44 141 0 117 53 41 515 101 51
Binary 10101011 100100 1100001 0 1001111 101011 100001 101001101 1000001 101001

Color Harmonies of #AB2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2461

Black with #AB2461

Text Example


Text Example

White with #AB2461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2461; }

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

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

background-color css

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

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

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

border-color css

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

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

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