Html Css Color HEX #A23155 Lipstick

📋 copy color: '#A23155'

red 162 ◦ green 49 ◦ blue 85

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

Shades of Lipstick #A23155

Tints of Lipstick #A23155

RGB

 RED value IS 162 (63.67% from 255) = 54.73%

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 54.73%
G = 16.55%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A23155 (or 0xA23155) is known color: Lipstick. HEX triplet: A2, 31 and 55. RGB value is (162,49,85). Sum of RGB (Red+Green+Blue) = 162+49+85=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A23155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23155 is #5DCEAA. Grayscale: #565656. Windows color (decimal): -6147755 or 5583266. OLE color: 5583266.

HSL color Cylindrical-coordinate representation of color #A23155: hue angle of 340.88º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23155 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 49 85 -
CMYK 0 0.70 0.48 0.36
HSL 340.88º 0.54% 0.41% -
HSV(B) 340.88º 0.7% 0.64% -
XYZ 17.64 10.53 9.7 -
YUV 86.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 162 49 85 0 0.70 0.48 0.36 340.88 0.54 0.41
Hex A2 31 55 0 46 30 24 155 36 29
Octal 242 61 125 0 106 60 44 525 66 51
Binary 10100010 110001 1010101 0 1000110 110000 100100 101010101 110110 101001

Color Harmonies of #A23155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23155

Black with #A23155

Text Example


Text Example

White with #A23155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23155; }

 p { color: rgb(162,49,85); }

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

background-color css

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

 a { background-color: rgb(162,49,85); }

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

border-color css

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

 span { border-color: rgb(162,49,85); }

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