Html Css Color HEX #AB2760 Lipstick

📋 copy color: '#AB2760'

red 171 ◦ green 39 ◦ blue 96

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

Shades of Lipstick #AB2760

Tints of Lipstick #AB2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 55.88%
G = 12.75%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB2760 (or 0xAB2760) is known color: Lipstick. HEX triplet: AB, 27 and 60. RGB value is (171,39,96). Sum of RGB (Red+Green+Blue) = 171+39+96=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2760 is #54D89F. Grayscale: #545454. Windows color (decimal): -5560480 or 6301611. OLE color: 6301611.

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

Color convert

RGB 171 39 96 -
CMYK 0 0.77 0.44 0.33
HSL 334.09º 0.63% 0.41% -
HSV(B) 334.09º 0.77% 0.67% -
XYZ 19.63 10.95 12.15 -
YUV 84.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 171 39 96 0 0.77 0.44 0.33 334.09 0.63 0.41
Hex AB 27 60 0 4D 2C 21 14E 3F 29
Octal 253 47 140 0 115 54 41 516 77 51
Binary 10101011 100111 1100000 0 1001101 101100 100001 101001110 111111 101001

Color Harmonies of #AB2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2760

Black with #AB2760

Text Example


Text Example

White with #AB2760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2760; }

 p { color: rgb(171,39,96); }

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

background-color css

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

 a { background-color: rgb(171,39,96); }

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

border-color css

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

 span { border-color: rgb(171,39,96); }

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