Html Css Color HEX #AB2758 Lipstick

📋 copy color: '#AB2758'

red 171 ◦ green 39 ◦ blue 88

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

Shades of Lipstick #AB2758

Tints of Lipstick #AB2758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 57.38%
G = 13.09%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB2758 (or 0xAB2758) is known color: Lipstick. HEX triplet: AB, 27 and 58. RGB value is (171,39,88). Sum of RGB (Red+Green+Blue) = 171+39+88=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2758 is #54D8A7. Grayscale: #535353. Windows color (decimal): -5560488 or 5777323. OLE color: 5777323.

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

Color convert

RGB 171 39 88 -
CMYK 0 0.77 0.49 0.33
HSL 337.73º 0.63% 0.41% -
HSV(B) 337.73º 0.77% 0.67% -
XYZ 19.28 10.81 10.3 -
YUV 84.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 171 39 88 0 0.77 0.49 0.33 337.73 0.63 0.41
Hex AB 27 58 0 4D 31 21 152 3F 29
Octal 253 47 130 0 115 61 41 522 77 51
Binary 10101011 100111 1011000 0 1001101 110001 100001 101010010 111111 101001

Color Harmonies of #AB2758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2758

Black with #AB2758

Text Example


Text Example

White with #AB2758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2758; }

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

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

background-color css

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

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

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

border-color css

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

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

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