Html Css Color HEX #AC2A53 Lipstick

📋 copy color: '#AC2A53'

red 172 ◦ green 42 ◦ blue 83

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

Shades of Lipstick #AC2A53

Tints of Lipstick #AC2A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 57.91%
G = 14.14%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC2A53 (or 0xAC2A53) is known color: Lipstick. HEX triplet: AC, 2A and 53. RGB value is (172,42,83). Sum of RGB (Red+Green+Blue) = 172+42+83=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2A53 is #53D5AC. Grayscale: #555555. Windows color (decimal): -5494189 or 5450412. OLE color: 5450412.

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

Color convert

RGB 172 42 83 -
CMYK 0 0.76 0.52 0.33
HSL 341.08º 0.61% 0.42% -
HSV(B) 341.08º 0.76% 0.67% -
XYZ 19.4 11.05 9.29 -
YUV 85.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 172 42 83 0 0.76 0.52 0.33 341.08 0.61 0.42
Hex AC 2A 53 0 4C 34 21 155 3D 2A
Octal 254 52 123 0 114 64 41 525 75 52
Binary 10101100 101010 1010011 0 1001100 110100 100001 101010101 111101 101010

Color Harmonies of #AC2A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A53

Black with #AC2A53

Text Example


Text Example

White with #AC2A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A53; }

 p { color: rgb(172,42,83); }

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

background-color css

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

 a { background-color: rgb(172,42,83); }

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

border-color css

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

 span { border-color: rgb(172,42,83); }

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