Html Css Color HEX #AB2655 Lipstick

📋 copy color: '#AB2655'

red 171 ◦ green 38 ◦ blue 85

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

Shades of Lipstick #AB2655

Tints of Lipstick #AB2655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 58.16%
G = 12.93%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB2655 (or 0xAB2655) is known color: Lipstick. HEX triplet: AB, 26 and 55. RGB value is (171,38,85). Sum of RGB (Red+Green+Blue) = 171+38+85=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2655 is #54D9AA. Grayscale: #535353. Windows color (decimal): -5560747 or 5580459. OLE color: 5580459.

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

Color convert

RGB 171 38 85 -
CMYK 0 0.78 0.50 0.33
HSL 338.8º 0.64% 0.41% -
HSV(B) 338.8º 0.78% 0.67% -
XYZ 19.13 10.7 9.65 -
YUV 83.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 171 38 85 0 0.78 0.50 0.33 338.8 0.64 0.41
Hex AB 26 55 0 4E 32 21 153 40 29
Octal 253 46 125 0 116 62 41 523 100 51
Binary 10101011 100110 1010101 0 1001110 110010 100001 101010011 1000000 101001

Color Harmonies of #AB2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2655

Black with #AB2655

Text Example


Text Example

White with #AB2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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