#A92461

Color #A92461 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A92461

Tints of Lipstick #A92461

Color information

#A92461 (or 0xA92461) is unknown color: approx Lipstick. HEX triplet: A9, 24 and 61. RGB value is (169,36,97). Sum of RGB (Red+Green+Blue) = 169+36+97=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A92461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92461 is #56DB9E. Grayscale: #525252. Windows color (decimal): -5692319 or 6366377. OLE color: 6366377.

HSL color Cylindrical-coordinate representation of color #A92461: hue angle of 332.48º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A92461 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1693697-
CMYK00.790.430.34
HSL332.48º64.88%40.2%-
HSV(B)332.48º78.7%66.27%-
XYZ19.1510.5612.34-
YUV82.72136.06189.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=55.96%
G=11.92%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169369700.790.430.34332.4864.8840.2
HexA9246104F2B2214c4128
Octal251441410117534251410150
Binary101010011001001100001010011111010111000101010011001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92461; }

 p { color: rgb(169,36,97); }

 H1.HeaderClassName
 {
   color: #A92461;
 }
 .AnyTagClassName
 {
   color: #A92461;
 }
</style>
background-color css

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

 a { background-color: rgb(169,36,97); }

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

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

 span { border-color: rgb(169,36,97); }

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