Html Css Color HEX #AC255C Lipstick

📋 copy color: '#AC255C'

red 172 ◦ green 37 ◦ blue 92

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

Shades of Lipstick #AC255C

Tints of Lipstick #AC255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.56%

R = 57.14%
G = 12.29%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC255C (or 0xAC255C) is known color: Lipstick. HEX triplet: AC, 25 and 5C. RGB value is (172,37,92). Sum of RGB (Red+Green+Blue) = 172+37+92=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC255C is #53DAA3. Grayscale: #535353. Windows color (decimal): -5495460 or 6038956. OLE color: 6038956.

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

Color convert

RGB 172 37 92 -
CMYK 0 0.78 0.47 0.33
HSL 335.56º 0.65% 0.41% -
HSV(B) 335.56º 0.78% 0.67% -
XYZ 19.61 10.87 11.19 -
YUV 83.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 172 37 92 0 0.78 0.47 0.33 335.56 0.65 0.41
Hex AC 25 5C 0 4E 2F 21 150 41 29
Octal 254 45 134 0 116 57 41 520 101 51
Binary 10101100 100101 1011100 0 1001110 101111 100001 101010000 1000001 101001

Color Harmonies of #AC255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC255C

Black with #AC255C

Text Example


Text Example

White with #AC255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC255C; }

 p { color: rgb(172,37,92); }

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

background-color css

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

 a { background-color: rgb(172,37,92); }

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

border-color css

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

 span { border-color: rgb(172,37,92); }

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