Html Css Color HEX #AC215A Lipstick

📋 copy color: '#AC215A'

red 172 ◦ green 33 ◦ blue 90

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

Shades of Lipstick #AC215A

Tints of Lipstick #AC215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 58.31%
G = 11.19%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC215A (or 0xAC215A) is known color: Lipstick. HEX triplet: AC, 21 and 5A. RGB value is (172,33,90). Sum of RGB (Red+Green+Blue) = 172+33+90=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC215A is #53DEA5. Grayscale: #505050. Windows color (decimal): -5496486 or 5906860. OLE color: 5906860.

HSL color Cylindrical-coordinate representation of color #AC215A: hue angle of 335.4º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC215A is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 90 -
CMYK 0 0.81 0.48 0.33
HSL 335.4º 0.68% 0.4% -
HSV(B) 335.4º 0.81% 0.67% -
XYZ 19.4 10.6 10.7 -
YUV 81.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 172 33 90 0 0.81 0.48 0.33 335.4 0.68 0.4
Hex AC 21 5A 0 51 30 21 14F 44 28
Octal 254 41 132 0 121 60 41 517 104 50
Binary 10101100 100001 1011010 0 1010001 110000 100001 101001111 1000100 101000

Color Harmonies of #AC215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC215A

Black with #AC215A

Text Example


Text Example

White with #AC215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC215A; }

 p { color: rgb(172,33,90); }

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

background-color css

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

 a { background-color: rgb(172,33,90); }

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

border-color css

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

 span { border-color: rgb(172,33,90); }

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