Html Css Color HEX #AC255D Lipstick

📋 copy color: '#AC255D'

red 172 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #AC255D

Tints of Lipstick #AC255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 56.95%
G = 12.25%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC255D (or 0xAC255D) is known color: Lipstick. HEX triplet: AC, 25 and 5D. RGB value is (172,37,93). Sum of RGB (Red+Green+Blue) = 172+37+93=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC255D is #53DAA2. Grayscale: #535353. Windows color (decimal): -5495459 or 6104492. OLE color: 6104492.

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

Color convert

RGB 172 37 93 -
CMYK 0 0.78 0.46 0.33
HSL 335.11º 0.65% 0.41% -
HSV(B) 335.11º 0.78% 0.67% -
XYZ 19.65 10.88 11.42 -
YUV 83.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 172 37 93 0 0.78 0.46 0.33 335.11 0.65 0.41
Hex AC 25 5D 0 4E 2E 21 14F 41 29
Octal 254 45 135 0 116 56 41 517 101 51
Binary 10101100 100101 1011101 0 1001110 101110 100001 101001111 1000001 101001

Color Harmonies of #AC255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC255D

Black with #AC255D

Text Example


Text Example

White with #AC255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC255D; }

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

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

background-color css

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

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

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

border-color css

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

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

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