Html Css Color HEX #AB2660 Lipstick

📋 copy color: '#AB2660'

red 171 ◦ green 38 ◦ blue 96

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

Shades of Lipstick #AB2660

Tints of Lipstick #AB2660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 56.07%
G = 12.46%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB2660 (or 0xAB2660) is known color: Lipstick. HEX triplet: AB, 26 and 60. RGB value is (171,38,96). Sum of RGB (Red+Green+Blue) = 171+38+96=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2660 is #54D99F. Grayscale: #545454. Windows color (decimal): -5560736 or 6301355. OLE color: 6301355.

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

Color convert

RGB 171 38 96 -
CMYK 0 0.78 0.44 0.33
HSL 333.83º 0.64% 0.41% -
HSV(B) 333.83º 0.78% 0.67% -
XYZ 19.6 10.89 12.14 -
YUV 84.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 171 38 96 0 0.78 0.44 0.33 333.83 0.64 0.41
Hex AB 26 60 0 4E 2C 21 14E 40 29
Octal 253 46 140 0 116 54 41 516 100 51
Binary 10101011 100110 1100000 0 1001110 101100 100001 101001110 1000000 101001

Color Harmonies of #AB2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2660

Black with #AB2660

Text Example


Text Example

White with #AB2660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2660; }

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

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

background-color css

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

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

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

border-color css

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

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

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