Html Css Color HEX #AB2556 Lipstick

📋 copy color: '#AB2556'

red 171 ◦ green 37 ◦ blue 86

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

Shades of Lipstick #AB2556

Tints of Lipstick #AB2556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 58.16%
G = 12.59%
B = 29.25%

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

#AB2556 (or 0xAB2556) is known color: Lipstick. HEX triplet: AB, 25 and 56. RGB value is (171,37,86). Sum of RGB (Red+Green+Blue) = 171+37+86=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2556 is #54DAA9. Grayscale: #525252. Windows color (decimal): -5561002 or 5645739. OLE color: 5645739.

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

Color convert

RGB 171 37 86 -
CMYK 0 0.78 0.50 0.33
HSL 338.06º 0.64% 0.41% -
HSV(B) 338.06º 0.78% 0.67% -
XYZ 19.14 10.65 9.85 -
YUV 82.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 171 37 86 0 0.78 0.50 0.33 338.06 0.64 0.41
Hex AB 25 56 0 4E 32 21 152 40 29
Octal 253 45 126 0 116 62 41 522 100 51
Binary 10101011 100101 1010110 0 1001110 110010 100001 101010010 1000000 101001

Color Harmonies of #AB2556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2556

Black with #AB2556

Text Example


Text Example

White with #AB2556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2556; }

 p { color: rgb(171,37,86); }

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

background-color css

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

 a { background-color: rgb(171,37,86); }

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

border-color css

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

 span { border-color: rgb(171,37,86); }

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