Html Css Color HEX #AC2B58 Lipstick

📋 copy color: '#AC2B58'

red 172 ◦ green 43 ◦ blue 88

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

Shades of Lipstick #AC2B58

Tints of Lipstick #AC2B58

RGB

 RED value IS 172 (67.58% from 255) = 56.77%

 GREEN value IS 43 (17.19% from 255) = 14.19%

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

R = 56.77%
G = 14.19%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC2B58 (or 0xAC2B58) is known color: Lipstick. HEX triplet: AC, 2B and 58. RGB value is (172,43,88). Sum of RGB (Red+Green+Blue) = 172+43+88=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2B58 is #53D4A7. Grayscale: #565656. Windows color (decimal): -5493928 or 5778348. OLE color: 5778348.

HSL color Cylindrical-coordinate representation of color #AC2B58: hue angle of 339.07º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2B58 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 88 -
CMYK 0 0.75 0.49 0.33
HSL 339.07º 0.6% 0.42% -
HSV(B) 339.07º 0.75% 0.67% -
XYZ 19.64 11.2 10.36 -
YUV 86.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 172 43 88 0 0.75 0.49 0.33 339.07 0.6 0.42
Hex AC 2B 58 0 4B 31 21 153 3C 2A
Octal 254 53 130 0 113 61 41 523 74 52
Binary 10101100 101011 1011000 0 1001011 110001 100001 101010011 111100 101010

Color Harmonies of #AC2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B58

Black with #AC2B58

Text Example


Text Example

White with #AC2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B58; }

 p { color: rgb(172,43,88); }

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

background-color css

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

 a { background-color: rgb(172,43,88); }

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

border-color css

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

 span { border-color: rgb(172,43,88); }

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