#A12656

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

Shades of Lipstick #A12656

Tints of Lipstick #A12656

Color information

#A12656 (or 0xA12656) is unknown color: approx Lipstick. HEX triplet: A1, 26 and 56. RGB value is (161,38,86). Sum of RGB (Red+Green+Blue) = 161+38+86=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A12656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12656 is #5ED9A9. Grayscale: #505050. Windows color (decimal): -6216106 or 5645985. OLE color: 5645985.

HSL color Cylindrical-coordinate representation of color #A12656: hue angle of 336.59º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12656 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1613886-
CMYK00.760.470.37
HSL336.59º61.81%39.02%-
HSV(B)336.59º76.4%63.14%-
XYZ17.079.649.76-
YUV80.25131.25185.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.49%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=56.49%
G=13.33%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161388600.760.470.37336.5961.8139.02
HexA1265604C2F251513e27
Octal24146126011457455217647
Binary10100001100110101011001001100101111100101101010001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12656; }

 p { color: rgb(161,38,86); }

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

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

 a { background-color: rgb(161,38,86); }

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

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

 span { border-color: rgb(161,38,86); }

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